Fires when saving the bulkpost.
Parameters
$post_id (int) Post ID.
Usage Example
add_action( 'mainwp_save_bulkpost', 'your_custom_function_name' ); function your_custom_function_name( $post_id ) { // Your code }