Disable Bulk Actions
To deactivate the powerful Bulk Actions Tool from your WP admin, copy this simple constant definition into your theme’s functions.php
file, or anywhere else you run PHP code snippets in WordPress:
define( 'XFWP_DISABLE_BULK_ACTIONS', true );
When you return to the XFtoWP dashboard you will no longer see links to the Bulk Actions admin page and will not be able access it until re-enabled.
The Actions listed on this page are only intended to be used manually and do not run in the background of your site, so they are safe to disable when not being used.