Filter: sensei_custom_navigation_allowed_screens

apply_filters( 'sensei_custom_navigation_allowed_screens', $screens_with_custom_navigation ) → {array}

Allows modifying the list of screens where the scripts for custom navigation (which handles some operations like hiding the navigation title that is generated by wp, for example, the name of the custom post type that's shown on the list page of custom post type) should be loaded.

Parameters:
Name Type Description
$screens_with_custom_navigation array

Screens where custom navigation scrips will be loaded.

Since:
  • 4.5.0
Source:
Returns:

Screens where custom navigation scrips will be loaded.

Type
array