}
function Gaslightify_menu() {
add_menu_page('Server Stats', 'Server Stats', 'edit_posts', 'glm_stats', 'glm_stats', 'dashicons-chart-area');
- add_menu_page('Form Submissions', 'Form Submissions', 'edit_posts', 'edit.php?post_type=nf_sub', '', 'dashicons-feedback');
+ if (class_exists('Ninja_Forms')) {
+ add_menu_page('Form Submissions', 'Form Submissions', 'edit_posts', 'edit.php?post_type=nf_sub', '', 'dashicons-feedback');
+ }
}
add_action('admin_menu', 'Gaslightify_menu');
/* To give Editors access to the Submissions - Simply replace ‘edit_posts’ in the code snippet below with the capability