woocommerce_product_options_reviews action-hookWC 1.0

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

In file: /includes/admin/meta-boxes/views/html-product-data-advanced.php
woocommerce_product_options_reviews

Where the hook is used in WooCommerce

Usage not found.