79128764

Date: 2024-10-26 14:45:00
Score: 1.5
Natty:
Report link

you just need to wrap it around this it Ensure WooCommerce is Fully Loaded:

add_action('init', 'your_form_submission_handler'); // or 'woocommerce_init'

function your_form_submission_handler() {
    // Place your form submission code here
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jude Leovert Gimeno