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