woocommerce_product_options_reviews
Usage
add_action( 'woocommerce_product_options_reviews', 'wp_kama_woocommerce_product_options_reviews_action' );
/**
* Function for `woocommerce_product_options_reviews` action-hook.
*
* @return void
*/
function wp_kama_woocommerce_product_options_reviews_action(){
// action...
}Where the hook is called
woocommerce_product_options_reviews
woocommerce/includes/admin/meta-boxes/views/html-product-data-advanced.php 51
do_action( 'woocommerce_product_options_reviews' );