rootPluginFilenameAndPath = $rootPluginFilenameAndPath; $this->pluginUrl = plugins_url( 'style', $rootPluginFilenameAndPath ); $this->version = PostmanState::getInstance()->getVersion(); add_action( 'admin_menu', array( $this, 'add_menus' ) ); add_action( 'admin_head', array( $this, 'admin_head' ) ); } public function add_menus() { if ( current_user_can( 'manage_options' ) ) { // About add_dashboard_page( __( 'Welcome', 'post-smtp' ), __( 'Welcome', 'post-smtp' ), 'manage_options', 'post-about', array( $this, 'about_screen' ) ); // Credits add_dashboard_page( __( 'Credits', 'post-smtp' ), __( 'Credits', 'post-smtp' ), 'manage_options', 'post-credits', array( $this, 'credits_screen' ) ); // add_action( 'admin_print_styles-' . $page, array( $this, 'postman_about_enqueue_resources' ) ); } } public function admin_head() { remove_submenu_page( 'index.php', 'post-about' ); remove_submenu_page( 'index.php', 'post-credits' ); } public function postman_about_enqueue_resources() { // wp_enqueue_style( 'font-awsome', '' ); } public function about_screen() { ?>

version ); ?>

version ); ?>
%s','Post SMTP support every SMTP service: Gmail/G-suite, SendGrid, Mandrill, Office365, and more...' ); ?>
version ); ?>

version ); ?>

version ); ?>
version ); ?>

diegocanal, Johan Yourstone, bodhirayo, Neil Murray , A place waiting for you? :-)