jetpack_seo_custom_titles, true

jetpack_seo_custom_titles, true

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_seo_custom_titles, true') is found 1 times:

  • /modules/seo-tools/class-jetpack-seo.php line 50
    		 * @since 4.4.0
    		 *
    		 * @param bool true Should Jetpack SEO modify site titles. Defaults to true.
    		 */
    		if ( apply_filters( 'jetpack_seo_custom_titles', true ) ) {
    			// Overwrite page title with custom SEO meta title for themes that support title-tag.
    			add_filter( 'pre_get_document_title', array( 'Jetpack_SEO_Titles', 'get_custom_title' ) );
    
    			// Add overwrite support for themes that don't support title-tag.
    			add_filter( 'wp_title', array( 'Jetpack_SEO_Titles', 'get_custom_title' ) );
    		}