Created
July 29, 2020 23:30
-
-
Save wpexplorer/cc3b4be3309d3119394d8ab3f67bc438 to your computer and use it in GitHub Desktop.
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
add_action( 'wpex_hook_site_logo_inner', function() { ?> | |
<a href="PAGE LINK" class="my-second-logo"><img src="URL of the image" /></a> | |
<?php }, 40 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment