Fires before the Search Options on Manage Posts.
Usage Example
add_action( 'mainwp_manage_posts_before_search_options', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }