wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



twentytwenty_site_description › Hooks de Filtros WordPress

DesdeTwenty Twenty 1.0
Obsoleton/a
apply_filters( 'twentytwenty_site_description', $html, $description, $wrapper )
Parâmetros: (3)
  • (string) $html The HTML to display.
    Required: Yes
  • (string) $description Site description via `bloginfo()`.
    Required: Yes
  • (string) $wrapper The format used in case you want to reuse it in a `sprintf()`.
    Required: Yes
Definido em:
Codex:

Filters the HTML for the site description.





Fonte

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