Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Created March 16, 2026 10:14
Show Gist options
  • Select an option

  • Save jmabbas/7af02f0eb2d408cbc98c9c8ababa3eaa to your computer and use it in GitHub Desktop.

Select an option

Save jmabbas/7af02f0eb2d408cbc98c9c8ababa3eaa to your computer and use it in GitHub Desktop.
Electro - Header icons with custom image
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