woocommerce_structured_data_review

woocommerce_structured_data_review

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_structured_data_review') is found 1 times:

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