woocommerce_structured_data_order

woocommerce_structured_data_order

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.5.1

apply_filters('woocommerce_structured_data_order') is found 1 times:

  • /includes/class-wc-structured-data.php line 663
    			'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.
    	 *