Created
April 23, 2025 09:13
-
-
Save propertyhive/41cdc567ecee8424f562b170fff3eee8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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