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



twentytwenty_site_description › WordPress Filter Hooks

SeitTwenty Twenty 1.0
Veraltetn/v
apply_filters( 'twentytwenty_site_description', $html, $description, $wrapper )
Parameter: (3)
  • (string) $html The HTML to display.
    Erforderlich: Ja
  • (string) $description Site description via `bloginfo()`.
    Erforderlich: Ja
  • (string) $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 );