get_the_generator_{$type}

get_the_generator_{$type}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_the_generator_{$type}') is found 1 times:

  • /wp-includes/general-template.php line 5049
    	 * @param string $gen  The HTML markup output to wp_head().
    	 * @param string $type The type of generator. Accepts 'html', 'xhtml', 'atom',
    	 *                     'rss2', 'rdf', 'comment', 'export'.
    	 */
    	return apply_filters( "get_the_generator_{$type}", $gen, $type );
    }
    
    /**
     * Outputs the HTML checked attribute.
     *
     * Compares the first two arguments and if identical marks as checked.