woocommerce_product_options_global_unique_id
woocommerce_product_options_global_unique_id
Appears in: woocommerce.9.2.2, woocommerce.9.2.3, woocommerce.9.3.1, woocommerce.9.3.3, woocommerce.9.4.2, woocommerce.9.4.3, woocommerce.9.5.1, woocommerce.9.5.2
Hook Type: action
Displaying hooks found in version: woocommerce.9.5.2do_action('woocommerce_product_options_global_unique_id') is found 1 times:
- /includes/admin/meta-boxes/views/html-product-data-inventory.php line 423839404142434445464748
'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>