Fires after the post posting process is completed.
Usage Example
add_action( 'mainwp_bulkposting_done', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }