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



twentytwenty_site_logo › WordPress Filter Hooks

DaTwenty Twenty 1.0
Deprecaton/a
apply_filters( 'twentytwenty_site_logo', $html, $args, $classname, $contents )
Parametri: (4)
  • (string) $html Compiled HTML based on our arguments.
    Richiesto:
  • (array) $args Parsed arguments.
    Richiesto:
  • (string) $classname Class name based on current view, home or single.
    Richiesto:
  • (string) $contents HTML for site title or logo.
    Richiesto:
Definito a:
Codex:

Filters the arguments for `twentytwenty_site_logo()`.





Sorgenti

$html = apply_filters( 'twentytwenty_site_logo', $html, $args, $classname, $contents );