dynamic_sidebar_after, $index, false

dynamic_sidebar_after, $index, false

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('dynamic_sidebar_after, $index, false') is found 1 times:

  • /wp-includes/widgets.php line 717
    	if ( empty( $wp_registered_sidebars[ $index ] ) || empty( $sidebars_widgets[ $index ] ) || ! is_array( $sidebars_widgets[ $index ] ) ) {
    		/** This action is documented in wp-includes/widgets.php */
    		do_action( 'dynamic_sidebar_before', $index, false );
    		/** This action is documented in wp-includes/widgets.php */
    		do_action( 'dynamic_sidebar_after', $index, false );
    		/** This filter is documented in wp-includes/widgets.php */
    		return apply_filters( 'dynamic_sidebar_has_widgets', false, $index );
    	}
    
    	$sidebar = $wp_registered_sidebars[ $index ];