Filters the archive description.
Parameters
$description
string- Archive description to be displayed.
Source
return apply_filters( 'get_the_archive_description', $description );
Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |
Filters the archive description.
$description
stringreturn apply_filters( 'get_the_archive_description', $description );
Version | Description |
---|---|
4.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.