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



twentytwenty_site_logo › WordPress Filter Hooks

SeitTwenty Twenty 1.0
Veraltetn/v
apply_filters( 'twentytwenty_site_logo', $html, $args, $classname, $contents )
Parameter: (4)
  • (string) $html Compiled HTML based on our arguments.
    Erforderlich: Ja
  • (array) $args Parsed arguments.
    Erforderlich: Ja
  • (string) $classname Class name based on current view, home or single.
    Erforderlich: Ja
  • (string) $contents HTML for site title or logo.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the arguments for `twentytwenty_site_logo()`.





Quellcode

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