render_view( 'support-dashboard-widget.php' ); } /** * Enqueue the 1984 wp-admin scripts */ public function enqueue_admin_scripts() { wp_enqueue_script( '1984-hosting-support-admin', plugins_url( 'js/1984-hosting-support.js', __FILE__ ), array(), HostingSupport1984::HOSTING_SUPPORT_VERSION, true ); wp_enqueue_style( '1984-hosting-support-admin', plugins_url( 'style/1984-hosting-support.css', __FILE__ ), array(), HostingSupport1984::HOSTING_SUPPORT_VERSION, false ); } } $hosting_support_1984_ui = new HostingSupport1984UI();