is_active_sidebar

is_active_sidebar

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('is_active_sidebar') is found 1 times:

  • /wp-includes/widgets.php line 989
    	 * @param bool       $is_active_sidebar Whether or not the sidebar should be considered "active".
    	 *                                      In other words, whether the sidebar contains any widgets.
    	 * @param int|string $index             Index, name, or ID of the dynamic sidebar.
    	 */
    	return apply_filters( 'is_active_sidebar', $is_active_sidebar, $index );
    }
    
    //
    // Internal Functions.
    //