My WordPress site has been hacked and every post has had
I would like to add a custom bulk action to a custom post type. I came across the filter bulk_actions-screenid
, which according to its documentation, would do exactly as I wish. However, after about two hours of debugging I found the following comment // This filter can currently only be used to remove actions.
on line 278 of class-wp-list-table.php – great!
Not much noticeable when working with individual posts, but when you create or delete multiple thousands in bulk and by code – process is quite slow.
I’ve created a custom taxonomy for attachments.
Everything ok, but now I want the ability to bulk assign its terms to attachments using the default wordpress media admin (‘upload.php’) bulk actions.
I have been given a client’s wordpress site to update & improve. Biggest problem – I need to take about 200+ posts of a specific category, ‘reviews’ and convert them all into a custom post type ‘reviews’.