Adds new action to the Bulk Actions menu on Manage Posts.
Usage Example
add_action( 'mainwp_posts_bulk_action', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }