document_title

document_title

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('document_title') is found 1 times:

  • /wp-includes/general-template.php line 1294
    1290
    1291
    1292
    1293
    1294
    1295
    1296
    1297
    1298
    1299
    1300
         * @since 5.8.0
         *
         * @param string $title Document title.
         */
        $title = apply_filters( 'document_title', $title );
     
        return $title;
    }
     
    /**
     * Displays title tag with content.