apply_filters('wpstagerintegration_default_notice_message_checkout_failed', $default_notice_message): string
apply_filters('wpstagerintegration_default_notice_message_checkout_failed', $default_notice_message): stringDescription
Filters the default notice message text for failed checkout.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$message | string | The notice message text. |
Returns:
string
Information
| File | order-page-notices.php line 70 |
|---|
Full Code
/**
* Filters the default notice message text for failed checkout.
*
* @param string $message The notice message text.
*
* @return string
*/
$notice_message = (string) apply_filters( 'wpstagerintegration_default_notice_message_checkout_failed', $default_notice_message )💡 If you ever get stuck or have a question, please check our FAQs, our Free Integration Service, our paid Full Integration Service, or reach out to us!

Get WP Stager Integration
🎁 Limited offer: Use code WELCOME26 to get your first month for free!

