twentytwenty_site_logo

twentytwenty_site_logo

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.0.3

apply_filters('twentytwenty_site_logo') is found 1 times:

  • /wp-content/themes/twentytwenty/inc/template-tags.php line 84
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    * @param array  $args      Parsed arguments.
     * @param string $classname Class name based on current view, home or single.
     * @param string $contents  HTML for site title or logo.
     */
    $html = apply_filters( 'twentytwenty_site_logo', $html, $args, $classname, $contents );
     
    if ( ! $display ) {
        return $html;
    }
     
    echo $html; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped