Skip to content

Instantly share code, notes, and snippets.

@or128
or128 / class-wc-structured-data.php
Last active February 7, 2020 13:46
Fixed Product Review Schema in WooCommerce (tested in v3.8)
<?php
/**
* Structured data's handler and generator using JSON-LD format.
*
* @package WooCommerce/Classes
* @since 3.0.0
* @version 3.0.0
*/
defined( 'ABSPATH' ) || exit;