Fires after the Select Sites box filters.
Usage Example
add_action( 'mainwp_after_select_sites_filters', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }