WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_the_archive_description

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 1828 /**
* Filters the archive description.
*
* @since 4.1.0
*
* @param string $description Archive description to be displayed.
*/

Hook Parameters

Parameter Type Name Description
string $description Archive description to be displayed.