[wp-trac] [WordPress Trac] #51015: has_custom_logo isn't working with Customizer
WordPress Trac
noreply at wordpress.org
Tue Aug 18 10:29:07 UTC 2020
#51015: has_custom_logo isn't working with Customizer
-------------------------------+------------------------------
Reporter: athemeart | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Customize | Version: 5.5
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses:
-------------------------------+------------------------------
Comment (by athemeart):
Hello @laxman-prajapati
Would you use like as below ...
{{{
if ( has_custom_logo() ) {
echo the_custom_logo();
}else{
echo "isn't appearing with customizer ";
}
}}}
Thanks
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51015#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list