Changeset 45798 for trunk/src/wp-includes/widgets.php
- Timestamp:
- 08/14/2019 11:02:25 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets.php
r45674 r45798 1126 1126 $instance = wp_parse_args( $instance ); 1127 1127 1128 /** This filter is documented in wp-includes/class-wp-widget.php */ 1129 $instance = apply_filters( 'widget_display_callback', $instance, $widget_obj, $args ); 1130 1131 if ( false === $instance ) { 1132 return; 1133 } 1134 1128 1135 /** 1129 1136 * Fires before rendering the requested widget.
Note: See TracChangeset
for help on using the changeset viewer.