wp_generator_type

wp_generator_type

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('wp_generator_type') is found 1 times:

  • /wp-includes/general-template.php line 4940
    	 * @since 2.5.0
    	 *
    	 * @param string $generator_type The XHTML generator.
    	 */
    	the_generator( apply_filters( 'wp_generator_type', 'xhtml' ) );
    }
    
    /**
     * Displays the generator XML or Comment for RSS, ATOM, etc.
     *
     * Returns the correct generator type for the requested output format. Allows