wp_admin_sidebar_storage

wp_admin_sidebar_storage

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.9

apply_filters('wp_admin_sidebar_storage') is found 1 times:

  • /_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-admin-menu.php line 483
    	 */
    	private function get_sidebar_layout_storage() {
    		// @phan-suppress-next-line PhanUndeclaredClassMethod -- WP_User_Meta_Storage is provided by WPCOM's wp-admin-sidebar mu-plugin; guarded by class_exists() above.
    		$default = new WP_User_Meta_Storage();
    		$bound   = apply_filters( 'wp_admin_sidebar_storage', $default );
    		$bound   = apply_filters_deprecated(
    			'wpcom_admin_sidebar_storage',
    			array( $bound ),
    			'0.1.0',
    			'wp_admin_sidebar_storage'
    		);