dashboard_secondary_items

dashboard_secondary_items

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('dashboard_secondary_items') is found 1 times:

  • /wp-admin/includes/dashboard.php line 1607
    			 * @since 4.4.0
    			 *
    			 * @param string $items How many items to show in the secondary feed.
    			 */
    			'items'        => apply_filters( 'dashboard_secondary_items', 3 ),
    			'show_summary' => 0,
    			'show_author'  => 0,
    			'show_date'    => 0,
    		),
    	);