apply_filters( ‘get_the_post_type_description’, string $description, WP_Post_Type $post_type_obj )

In this article

Filters the description for a post type archive.

Parameters

$descriptionstring
The post type description.
$post_type_objWP_Post_Type
The post type object.

Source

return apply_filters( 'get_the_post_type_description', $description, $post_type_obj );

Changelog

VersionDescription
4.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.