admin_title

admin_title

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('admin_title') is found 1 times:

  • /wp-admin/admin-header.php line 84
     *
     * @param string $admin_title The page title, with extra context added.
     * @param string $title       The original page title.
     */
    $admin_title = apply_filters( 'admin_title', $admin_title, $title );
    
    wp_user_settings();
    
    _wp_admin_html_begin();
    ?>
    <title><?php echo esc_html( $admin_title ); ?></title>
    

See this hook used in plugins: