woocommerce_product_options_global_unique_id

woocommerce_product_options_global_unique_id

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.3.1

do_action('woocommerce_product_options_global_unique_id') is found 1 times:

  • /includes/admin/meta-boxes/views/html-product-data-inventory.php line 42
    				'description' => __( 'Enter a barcode or any other identifier unique to this product. It can help you list this product on other channels or marketplaces.', 'woocommerce' ),
    			)
    		);
    
    		do_action( 'woocommerce_product_options_global_unique_id' );
    
    		?>
    		<div class="inline notice woocommerce-message show_if_variable">
    			<img class="info-icon" src="<?php echo esc_url( $info_img_url ); ?>" />
    			<p>
    				<?php echo esc_html_e( 'Settings below apply to all variations without manual stock management enabled. ', 'woocommerce' ); ?> <a target="_blank" href="https://woocommerce.com/document/variable-product/"><?php esc_html_e( 'Learn more', 'woocommerce' ); ?></a>