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



twentytwenty_site_description › WordPress Filter Hooks

Sincen/a
Deprecatedn/a
apply_filters( 'twentytwenty_site_description', $html, $description, $wrapper )
Parameters: (3)
  • () html The HTML to display.
    Required: Yes
  • () description Site description via `bloginfo()`.
    Required: Yes
  • () wrapper The format used in case you want to reuse it in a `sprintf()`.
    Required: Yes
Defined at:
Codex:

Filters the HTML for the site description.





Source

$html = apply_filters( 'twentytwenty_site_description', $html, $description, $wrapper );