Ajax callback not work

The problem is a basic PHP issue, you told WordPress to call a function named get_data_from_form when the wp_ajax_get_data_from_form action happens] add_action(‘wp_ajax_get_data_from_form’, ‘get_data_from_form’ ); But no function with that name exists. Sure you have a class with a function inside it that exists, but that’s not the same. Think of it this way, if there … Read more