wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



twentytwenty_site_description › Les Filtres WordPress

DepuisTwenty Twenty 1.0
Dépréciéen/a
apply_filters( 'twentytwenty_site_description', $html, $description, $wrapper )
Paramètres: (3)
  • (string) $html The HTML to display.
    Requis: Oui
  • (string) $description Site description via `bloginfo()`.
    Requis: Oui
  • (string) $wrapper The format used in case you want to reuse it in a `sprintf()`.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the HTML for the site description.





Source

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