[wp-trac] [WordPress Trac] #48791: Shortcodes not working since 5.3

WordPress Trac noreply at wordpress.org
Thu Jul 16 00:49:03 UTC 2020


#48791: Shortcodes not working since 5.3
--------------------------+-----------------------
 Reporter:  programmin    |       Owner:  audrasjb
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Widgets       |     Version:  5.3
 Severity:  normal        |  Resolution:  invalid
 Keywords:                |     Focuses:
--------------------------+-----------------------

Comment (by programmin):

 It looks like this was added in newer versions of WP, the_widget() in wp-
 includes/widgets.php:
 {{{


         /** This filter is documented in wp-includes/class-wp-widget.php
 */
         $instance = apply_filters( 'widget_display_callback', $instance,
 $widget_obj, $args );

         if ( false === $instance ) {
                 return;
         }

 }}}

 Thus the hidden widgets as compared to old versions.

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


More information about the wp-trac mailing list