apply_filters( 'sensei_register_post_type_course', $args ) → {array}
Filter the arguments passed in when registering the Sensei Course post type.
Parameters:
Name | Type | Description |
---|---|---|
$args |
array | The arguments passed in when registering the Sensei Course post type. |
- Since:
- 1.9.0
- Source:
Returns:
The filtered arguments.
- Type
- array