wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



twentytwenty_site_description › WordPress Filter Hooks

DaTwenty Twenty 1.0
Deprecaton/a
apply_filters( 'twentytwenty_site_description', $html, $description, $wrapper )
Parametri: (3)
  • (string) $html The HTML to display.
    Richiesto:
  • (string) $description Site description via `bloginfo()`.
    Richiesto:
  • (string) $wrapper The format used in case you want to reuse it in a `sprintf()`.
    Richiesto:
Definito a:
Codex:

Filters the HTML for the site description.





Sorgenti

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