woocommerce_order_updated_messages

woocommerce_order_updated_messages

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.8.3

apply_filters('woocommerce_order_updated_messages') is found 1 times:

  • /src/Internal/Admin/Orders/Edit.php line 393
    		 * 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'] );
    		}
    
    

See this hook used in plugins: