ProfileGrid Search Filters Html

This action allows adding the search filter html in all users/ directory page at the front end.

 do_action('profilegrid_pm_search_filters_html');

Simple example

function profile_magic_add_html()

{

//do something here.

}

add_action('profilegrid_pm_search_filters_html', 'profile_magic_add_html');