芝麻web文件管理V1.00
编辑当前文件:/home/soundframestudio/www/wp-content/themes/betheme/visual-builder/visual-builder-header.php
site_name ); } elseif ( is_user_admin() ) { /* translators: User dashboard screen title. %s: Network title. */ $admin_title = sprintf( __( 'User Dashboard: %s' ), get_network()->site_name ); } else { $admin_title = get_bloginfo( 'name' ); } if ( $admin_title === $title ) { /* translators: Admin screen title. %s: Admin screen name. */ $admin_title = sprintf( __( '%s — WordPress' ), $title ); } else { /* translators: Admin screen title. 1: Admin screen name, 2: Network or site name. */ $admin_title = sprintf( __( '%1$s ‹ %2$s — WordPress' ), $title, $admin_title ); } if ( wp_is_recovery_mode() ) { /* translators: %s: Admin screen title. */ $admin_title = sprintf( __( 'Recovery Mode — %s' ), $admin_title ); } if( !empty($_GET['action']) && $_GET['action'] == 'mfn-live-builder' ){ $admin_title = "BeBuilder | ".get_the_title($_GET['post']); } /** * Filters the title tag content for an admin page. * * @since 3.1.0 * * @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(); ?>
'."\n"; } do_action( 'mfn_header_enqueue' ); wp_enqueue_style( 'colors' ); //do_action( 'admin_enqueue_scripts' ); do_action( 'admin_print_styles' ); //do_action( 'admin_print_scripts' ); //do_action( 'admin_head' ); $body_classes = apply_filters( 'admin_body_class', '' ); if(is_rtl()) $body_classes .= ' rtl'; $body_classes .= ' mfn-preloader-active'; $body_classes .= !empty($this->options['history-mode']) ? ' mfn-history-ajax-mode' : ' mfn-history-ls-mode'; $body_classes .= ' mfn-'.$this->ui_mode.'-ui'; if( !empty($this->options['navigator-position']) ) $body_classes .= ' mfn-navigator-fixed'; if( !empty($this->options['scalable-preview']) ) $body_classes .= ' mfn-scalable-preview'; ?>