Fires at the right side of the actions bar on the Posts screen.
Usage Example
add_action( 'mainwp_posts_actions_bar_right', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }