beans_head_title

Deprecated. Echo head title.

This function is deprecated since it was replaced by the ‘title-tag’ theme support.

beans_head_title( )

Return: (void)

Source

function beans_head_title() {

	_deprecated_function( __FUNCTION__, '1.2.0', 'wp_title()' );

	wp_title( '|', true, 'right' );

}