apply_filters( 'classifai_openai_settings_post_types', $post_types, $this ) → {array}
Filter post types shown in settings.
Parameters:
Name | Type | Description |
---|---|---|
$post_types |
array | Array of post types to show in settings. |
$this |
object | Current instance of the class. |
- Since:
- 2.2.0
- Source:
Returns:
Array of post types.
- Type
- array