admin_title, $admin_title, $title

admin_title, $admin_title, $title

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('admin_title, $admin_title, $title') is found 1 times:

  • /wp-admin/admin-header.php line 89
     *
     * @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>