Description
Filters the description for a post type archive.
Occurrences
Filename | Line Number |
---|---|
wp-includes/general-template.php | 1885 |
Parameters
Type | Name | Description |
---|---|---|
string | $description | The post type description. |
WP_Post_Type | $post_type_obj | The post type object. |
PHP Doc
/**
* 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.
*/