wpseek.com
A WordPress-centric search engine for devs and theme authors



get_the_archive_description › WordPress Filter Hooks

Since4.1.0
Deprecatedn/a
apply_filters( 'get_the_archive_description', $description )
Parameters:
  • (string) $description Archive description to be displayed.
    Required: Yes
Defined at:
Codex:

Filters the archive description.





Source

return apply_filters( 'get_the_archive_description', $description );