woocommerce_structured_data_review, $markup, $comment

woocommerce_structured_data_review, $markup, $comment

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_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.