add_action('wp_ajax_add_property_listing', 'handle_add_property_listing'); add_action('wp_ajax_nopriv_add_property_listing', 'handle_add_property_listing'); function handle_add_property_listing() { // Retrieve and sanitize form data $property_title = sanitize_text_field($_POST['property-title']); // Handle form submission (create property listing, set post meta, etc.) // Your logic goes here wp_die(); // Always call wp_die() at the end to end the AJAX request } Agency – Find Bed Space Anywhere in UAE – Dubai, Sharjhah, Abu Dhabi, Ajman & Fujeirah