apply_filters( 'get_the_post_type_description', string $description, WP_Post_Type $post_type_obj )

Filters the description for a post type archive.


Description Description


Parameters Parameters

$description

(string) The post type description.

$post_type_obj

(WP_Post_Type) The post type object.


Top ↑

Source Source

File: wp-includes/general-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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