芝麻web文件管理V1.00
编辑当前文件:/home/fambnfli/public_html/tr/wp-content/plugins/coming-soon/app/admin-bar-menu.php
'; $text = '
SeedProd
'; if ( ! empty( $seedprod_settings['enable_coming_soon_mode'] ) ) { $text = '
' . __( 'Coming Soon Mode Active', 'coming-soon' ) . '
'; } elseif ( ! empty( $seedprod_settings['enable_maintenance_mode'] ) ) { $text = '
' . __( 'Maintenance Mode Active', 'coming-soon' ) . '
'; } elseif ( ! empty( $theme_preview_mode ) ) { $text = '
' . __( 'Theme Preview Mode Active', 'coming-soon' ) . '
'; } $notification = ''; //Add the main siteadmin menu item $wp_admin_bar->add_menu( array( 'id' => 'seedprod_admin_bar', 'href' => admin_url() . 'admin.php?page=seedprod_lite#/', 'parent' => 'top-secondary', 'title' => $icon . $text . $notification, 'meta' => array( 'class' => 'seedprod-mode-active' ), ) ); // $args = array( // 'id' => 'media_settings', // 'title' => 'Media Settings', // 'href' => admin_url() . 'options-media.php', // 'parent' => 'seedprod_admin_bar' // ); // $wp_admin_bar->add_node( $args ); } // nonce covered by menu item capability.