woocommerce_product_options_external

woocommerce_product_options_external

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_product_options_external') is found 1 times:

  • /includes/admin/meta-boxes/views/html-product-data-general.php line 35

    ‘description’ => __( ‘This text will be shown on the button linking to the external product.’, ‘woocommerce’ ),
    )
    );

    do_action( ‘woocommerce_product_options_external’ );
    ?>