woocommerce_structured_data_order, $markup, $sent_to_admin, $order

woocommerce_structured_data_order, $markup, $sent_to_admin, $order

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_structured_data_order, $markup, $sent_to_admin, $order') is found 1 times:

  • /includes/class-wc-structured-data.php line 731
    			'url'    => $order_url,
    			'target' => $order_url,
    		);
    
    		$this->set_data( apply_filters( 'woocommerce_structured_data_order', $markup, $sent_to_admin, $order ), true );
    	}
    
    	/**
    	 * Check if a GTIN is valid.
    	 * A valid GTIN is a string containing 8,12,13 or 14 digits.
    	 *