- WPS::add_wysiwyg_class
- WPS::add_wysiwyg_stylesheet
- WPS::disable_admin_bar
- WPS::enable_options_page
- WPS::remove_try_guttenberg_panel
- WPS::remove_welcome_panel
- WPS::reset_dashboard
- WPS::set_login_logo_url
- WPS::set_login_logo
Add one or more classes to the eysiwyg editor.
WPS::add_wysiwyg_class(['tf,'vr']);Add one or more stylesheet files to the eysiwyg editor.
WPS::add_wysiwyg_stylesheet('dist/css/style.css');Disable the admin bar in the frontend
WPS::disable_admin_bar();Enable the "WPS Options" page which allow to set some options for your wordpress like disabling some dashboard widgets, etc...
WPS::enable_options_page();Remove the try guttenberg panel in the admin
WPS::remove_try_guttenberg_panel();Remove welcome panel in admin
WPS::remove_welcome_panel();Reset the dashboard by removing all the meta boxes
WPS::reset_dashboard();Set the login form logo url
WPS::set_login_logo_url('https://my-cool-website.com');Set the login form logo to display
WPS::set_login_logo('https://mycoolwebsite.com/dist/my-logo.png');