diff --git a/includes/admin/meta-boxes/views/html-product-data-general.php b/includes/admin/meta-boxes/views/html-product-data-general.php index a2526a03e19..b5ec0c2077e 100644 --- a/includes/admin/meta-boxes/views/html-product-data-general.php +++ b/includes/admin/meta-boxes/views/html-product-data-general.php @@ -31,6 +31,8 @@ defined( 'ABSPATH' ) || exit; 'description' => __( 'This text will be shown on the button linking to the external product.', 'woocommerce' ), ) ); + + do_action( 'woocommerce_product_options_external' ); ?>