wpseek.com
A WordPress-centric search engine for devs and theme authors



twentytwenty_site_logo › WordPress Filter Hooks

SinceTwenty Twenty 1.0
Deprecatedn/a
apply_filters( 'twentytwenty_site_logo', $html, $args, $classname, $contents )
Parameters: (4)
  • (string) $html Compiled HTML based on our arguments.
    Required: Yes
  • (array) $args Parsed arguments.
    Required: Yes
  • (string) $classname Class name based on current view, home or single.
    Required: Yes
  • (string) $contents HTML for site title or logo.
    Required: Yes
Defined at:
Codex:

Filters the arguments for `twentytwenty_site_logo()`.





Source

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