Bulk Edit and Quick Edit
-
Hello Peter,
I would like to allow edit from the bulk actions of my table. Ideally all my table fields will be available in the bulk edit window.
I have been testing:
added custom post type (cpt)
add_filter(‘manage_cpt_posts_columns’, ‘add_cpt_columns’);
add_action(‘manage_cpt_custom_column’, ‘populate_cpt_columns’, 10, 2);
etc …this works and adds columns to the quick edit and bulk edit of my custom posts.
————–It looks like I will need a different approach for your plugin. I have tried modifying different parts of \wp-data-access\WPDataAccess\Wordpress_Original\WP_List_Table.php without success.
Can you point me in the right direction to bulk edit my field values?
- The topic ‘Bulk Edit and Quick Edit’ is closed to new replies.