dynamic_sidebar_after, $index, true

dynamic_sidebar_after, $index, true

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

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

  • /wp-includes/widgets.php line 866
    	 * @param int|string $index       Index, name, or ID of the dynamic sidebar.
    	 * @param bool       $has_widgets Whether the sidebar is populated with widgets.
    	 *                                Default true.
    	 */
    	do_action( 'dynamic_sidebar_after', $index, true );
    
    	/**
    	 * Filters whether a sidebar has widgets.
    	 *
    	 * Note: The filter is also evaluated for empty sidebars, and on both the front end
    	 * and back end, including the Inactive Widgets sidebar on the Widgets screen.