twentytwenty_site_description

twentytwenty_site_description

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.0.3

apply_filters('twentytwenty_site_description') is found 1 times:

  • /wp-content/themes/twentytwenty/inc/template-tags.php line 122
    	 * @param string $html        The HTML to display.
    	 * @param string $description Site description via `bloginfo()`.
    	 * @param string $wrapper     The format used in case you want to reuse it in a `sprintf()`.
    	 */
    	$html = apply_filters( 'twentytwenty_site_description', $html, $description, $wrapper );
    
    	if ( ! $display ) {
    		return $html;
    	}
    
    	echo $html; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped