Created
March 16, 2026 10:14
-
-
Save jmabbas/7af02f0eb2d408cbc98c9c8ababa3eaa to your computer and use it in GitHub Desktop.
Electro - Header icons with custom image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function electro_header_icons() { | |
| ?><div class="header-icons col-auto d-flex justify-content-end align-items-center"> | |
| <a href="YOUR_LINK"><img style="width: 20px; height: 20px;" src="IMAGE_URL" alt="IMAGE-NAME"></a> | |
| <?php | |
| do_action( 'electro_header_icons' ); ?></div> | |
| <!-- /.header-icons --><?php | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment