apply_filters( 'sensei_scripts_allowed_post_type_pages', $allowed_post_type_pages ) → {array}
Filter the list of admin pages where the admin custom styles should be loaded.
Parameters:
Name | Type | Description |
---|---|---|
$allowed_post_type_pages |
array | The list of admin pages where the admin custom styles should be loaded. |
- Source:
Returns:
Filtered list of allowed admin pages.
- Type
- array