do_action( 'bigcommerce/form/success', string $message, array $submission, string $url, array $data )

Summary

Triggered when a form is successfully processed.


Parameters

$message

(string) The message that will display to the user

$submission

(array) The data submitted to the form

$url

(string) The URL to redirect the user to

$data

(array) Additional data to store with the message


Source

File: src/BigCommerce/Cart/Add_To_Cart.php



User Contributed Notes

You must log in before being able to contribute a note or feedback.