WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about custom_menu_order

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/menu.php apply_filters 273 /**
* Filters whether to enable custom ordering of the administration menu.
*
* See the {@see 'menu_order'} filter for reordering menu items.
*
* @since 2.8.0
*
* @param bool $custom Whether custom ordering is enabled. Default false.
*/

Hook Parameters

Parameter Type Name Description
bool $custom Whether custom ordering is enabled. Default false.