dynamic_sidebar_before, $index, false
dynamic_sidebar_before, $index, false
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('dynamic_sidebar_before, $index, false') is found 1 times:
- /wp-includes/widgets.php line 715
$sidebars_widgets = wp_get_sidebars_widgets(); 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 ); }