woocommerce_structured_data_review, $markup, $comment
woocommerce_structured_data_review, $markup, $comment
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_structured_data_review, $markup, $comment') is found 1 times:
- /includes/class-wc-structured-data.php line 561
'@type' => 'Person', 'name' => get_comment_author( $comment->comment_ID ), ); $this->set_data( apply_filters( 'woocommerce_structured_data_review', $markup, $comment ) ); } /** * Generates BreadcrumbList structured data. * * Hooked into `woocommerce_breadcrumb` action hook.