Skip to content

Instantly share code, notes, and snippets.

@hassan-tariq
Created June 2, 2019 10:07
add_action( 'avada_logo_prepend', 'logo_image_home' );
function logo_image_home() {
if( is_page( array( 2725, 2619, 2623, 2614, 2621 ) ) ) {
echo '<a href="http://site.staging.wpengine.com" rel="nofollow"></a>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment