Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/general-template.php | apply_filters | 1862 | /** * Filters the description for a post type archive. * * @since 4.9.0 * * @param string $description The post type description. * @param WP_Post_Type $post_type_obj The post type object. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $description | The post type description. |
WP_Post_Type | $post_type_obj | The post type object. |