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