Skip to content

Instantly share code, notes, and snippets.

@vfontjr
Created July 8, 2020 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vfontjr/7040c6bbfa26467bed1cccd08e4fa830 to your computer and use it in GitHub Desktop.
Save vfontjr/7040c6bbfa26467bed1cccd08e4fa830 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'frm_inbox', '__return_empty_array' );
<?php
add_action( 'admin_menu', 'remove_formidable_inbox', 50 );
function remove_formidable_inbox() {
remove_submenu_page( 'formidable', 'formidable-inbox' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment