Filters the archive description.
Parameters
$descriptionstring- 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.
$descriptionstringreturn 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.