Fires right before posting the ‘bulkpost’ to child sites.
Parameters
$_GET['id'] (int) Post ID.
Usage Example
add_action( 'mainwp_bulkpost_before_post', 'your_custom_function_name' ); function your_custom_function_name( $_GET['id'] ) { // Your code }