apply_filters( 'classifai_post_statuses_for_post_type_or_id', $post_statuses, $post_type, $post_id ) → {array}
Filter post statuses for post type or ID.
Parameters:
Name | Type | Description |
---|---|---|
$post_statuses |
array | Array of post statuses to be classified with language processing. |
$post_type |
string | The post type. |
$post_id |
int | The post ID. |
- Since:
- 1.7.1
- Source:
Returns:
Array of post statuses.
- Type
- array