woocommerce_product_options_sold_individually action-hook . WC 1.0
Usage
add_action( 'woocommerce_product_options_sold_individually', 'action_function_name_3790' ); function action_function_name_3790(){ // action... }
Where the hook is called
woocommerce_product_options_sold_individually
woocommerce/includes/admin/meta-boxes/views/html-product-data-inventory.php 126
do_action( 'woocommerce_product_options_sold_individually' );