apply_filters('wpstagerintegration_default_notice_heading_checkout_success', $default_notice_heading): string
apply_filters('wpstagerintegration_default_notice_heading_checkout_success', $default_notice_heading): stringDescription
Filters the default notice heading text for successful checkout.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$heading | string | The notice heading text. |
Returns:
string
Information
| File | order-page-notices.php line 35 |
|---|
Full Code
/**
* Filters the default notice heading text for successful checkout.
*
* @param string $heading The notice heading text.
*
* @return string
*/
$notice_heading = (string) apply_filters( 'wpstagerintegration_default_notice_heading_checkout_success', $default_notice_heading )💡 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!

