Resolved

Change logo when scroll

Polestar Theme started by INFOA May 1, 2021 1 reply
INFOA May 1, 2021 · 12:42 pm #15677

i try with this but dont working.

if ( ! function_exists( 'polestar_child_sticky_logo' ) ) :
function polestar_child_sticky_logo( $html ) {
 
    $html = preg_replace( '/<img(.*?)\/>/', '<img src="https://purothemes.com/wp-content/uploads/2016/10/puro-logo-100.png" alt="puro logo" /><img src="https://purothemes.com/wp-content/uploads/2016/06/puro-logo-1.png" alt="puro logo" />', $html );
 
    return $html;
}
endif;
add_filter( 'get_custom_logo', 'polestar_child_sticky_logo' );
2 posts