wp_generator

Definition:
function wp_generator() {}

Display the XHTML generator that is generated on the wp_head hook.

Defined filters

  • wp_generator_type
    apply_filters( 'wp_generator_type', 'xhtml' )

Source code

function wp_generator() {

	the_generator( apply_filters( 'wp_generator_type', 'xhtml' ) );

}

3675

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: