Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save JarrydLong/3e322146622614923262dbc6ab7c887c to your computer and use it in GitHub Desktop.

Select an option

Save JarrydLong/3e322146622614923262dbc6ab7c887c to your computer and use it in GitHub Desktop.
<?php //do not copy
function mypmpro_remove_map_from_directory_page(){
if( ! empty( $_REQUEST['ps'] ) ){
remove_action( 'pmpro_member_directory_before', 'pmpromm_load_map_directory_page', 10, 2 );
}
}
add_action( 'init', 'mypmpro_remove_map_from_directory_page' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment