woocommerce_order_cancelled_notice filter-hook . WC 1.0
Usage
add_filter( 'woocommerce_order_cancelled_notice', 'filter_function_name_9453' ); function filter_function_name_9453( $__ ){ // filter... return $__; }
- $__
- -
Where the hook is called
woocommerce_order_cancelled_notice
woocommerce/includes/class-wc-form-handler.php 748
wc_add_notice( apply_filters( 'woocommerce_order_cancelled_notice', __( 'Your order was cancelled.', 'woocommerce' ) ), apply_filters( 'woocommerce_order_cancelled_notice_type', 'notice' ) );