woocommerce_order_updated_messages
woocommerce_order_updated_messages
Hook Type: filter
See hook in action
Displaying hooks found in version: woocommerce.7.5.1apply_filters('woocommerce_order_updated_messages') is found 1 times:
- /src/Internal/Admin/Orders/Edit.php line 231
* The index to be displayed is computed from the $_GET['message'] variable. * * @since 7.4.0. */ $messages = apply_filters( 'woocommerce_order_updated_messages', array() ); $message = $this->message; if ( isset( $_GET['message'] ) ) { $message = absint( $_GET['message'] ); }