New hook for product external options
This commit is contained in:
parent
9398c894c9
commit
31ac6db10f
|
@ -31,6 +31,8 @@ defined( 'ABSPATH' ) || exit;
|
||||||
'description' => __( 'This text will be shown on the button linking to the external product.', 'woocommerce' ),
|
'description' => __( 'This text will be shown on the button linking to the external product.', 'woocommerce' ),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
do_action( 'woocommerce_product_options_external' );
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue