I am working on a wordpress project and I want to add the bulk action on my custom post.
I have used Custom Post Type
UI plugin for custom post and Advanced Custom Fields
plugin for custom fields.
Please suggest me any code or plugin to add bulk action for my custom posts.
Thanks,
Aniket.
Since WordPress 4.7 (released December 2016) it is possible to add custom bulk actions without using JavaScript.
More information :
use “register_post_type” of WordPress function, It easier than the additional plugins
Reference: https://codex.wordpress.org/Function_Reference/register_post_type