Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save propertyhive/41cdc567ecee8424f562b170fff3eee8 to your computer and use it in GitHub Desktop.
Save propertyhive/41cdc567ecee8424f562b170fff3eee8 to your computer and use it in GitHub Desktop.
add_action( 'wp_ajax_nopriv_houzez_agent_send_message', 'custom_houzez_form_function' );
add_action( 'wp_ajax_houzez_agent_send_message', 'custom_houzez_form_function' );
function custom_houzez_form_function()
{
// do stuff here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment