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