get_the_post_type_description

Advertisement

Summery Summery

Filters the description for a post type archive.

Syntax Syntax

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

Parameters Parameters

$description

The post type description.

$post_type_obj

The post type object.

Source Source

File: wp-includes/general-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.9.0 Introduced.

Advertisement

Leave a Reply