Skip to content

Instantly share code, notes, and snippets.

@zackkatz
Created November 23, 2020 22:19
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 zackkatz/7a4b293f7fa2c1bb3be74d7dde6bb521 to your computer and use it in GitHub Desktop.
Save zackkatz/7a4b293f7fa2c1bb3be74d7dde6bb521 to your computer and use it in GitHub Desktop.
GravityView - Remove GravityView actions from the Bulk Actions menu
<?php
/**
* Remove GravityView actions from the Bulk Actions menu
*/
add_filter( 'gravityview/approve_entries/bulk_actions', '__return_empty_array' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment