Filter hook 'get_the_post_type_description'

in WP Core File wp-includes/general-template.php at line 1885

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.
	 */