woocommerce_structured_data_review filter-hook . WC 1.0
Usage
add_filter( 'woocommerce_structured_data_review', 'filter_function_name_5441', 10, 2 ); function filter_function_name_5441( $markup, $comment ){ // filter... return $markup; }
- $markup
- -
- $comment
- -
Where the hook is called
woocommerce_structured_data_review
woocommerce/includes/class-wc-structured-data.php 368
$this->set_data( apply_filters( 'woocommerce_structured_data_review', $markup, $comment ) );