Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Try like this:
$custom_logo_id = get_theme_mod( 'custom_logo' );
$image = wp_get_attachment_image_src( $custom_logo_id , 'full' );
echo $image[0];
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question