WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about post_type_archive_title

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 1520 /**
* Filters the post type archive title.
*
* @since 3.1.0
*
* @param string $post_type_name Post type 'name' label.
* @param string $post_type Post type.
*/

Hook Parameters

Parameter Type Name Description
string $post_type_name Post type 'name' label.
string $post_type Post type.