Skip to content

Instantly share code, notes, and snippets.

@2Fwebd
Created February 3, 2019 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2Fwebd/fa12bb2e0991416428eacc82ccbdb0a9 to your computer and use it in GitHub Desktop.
Save 2Fwebd/fa12bb2e0991416428eacc82ccbdb0a9 to your computer and use it in GitHub Desktop.
// Fetch the members positions
add_action('wp_ajax_wpffice_map_members', array($this, 'loadMembers'));
add_action('wp_ajax_nopriv_woffice_map_members', array($this, 'loadMembers'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment