[wp-trac] [WordPress Trac] #51015: has_custom_logo isn't working with Customizer

WordPress Trac noreply at wordpress.org
Tue Aug 18 10:29:59 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):

 Replying to [comment:5 athemeart]:
 > Hello @laxman-prajapati
 >
 > Would you use like as below ...
 >
 > {{{
 > if ( has_custom_logo() ) {
 >  // it's working fine
 >   echo the_custom_logo();
 >
 > }else{
 >     // here is the issue
 >    echo "isn't appearing with customizer ";
 >
 > }
 > }}}
 >
 > Thanks

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/51015#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list