wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



twentytwenty_site_description › WordPress Filter Hooks

Seitn/v
Veraltetn/v
apply_filters( 'twentytwenty_site_description', $html, $description, $wrapper )
Parameter: (3)
  • () html The HTML to display.
    Erforderlich: Ja
  • () description Site description via `bloginfo()`.
    Erforderlich: Ja
  • () wrapper The format used in case you want to reuse it in a `sprintf()`.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the HTML for the site description.





Quellcode

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