woocommerce_helper_denied

woocommerce_helper_denied

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

do_action('woocommerce_helper_denied') is found 1 times:

  • /includes/admin/helper/class-wc-helper.php line 869
    865
    866
    867
    868
    869
    870
    871
    872
    873
    874
    875
    if ( ! empty( $_GET['deny'] ) ) {
        /**
         * Fires when the Helper connection process is denied/cancelled.
         */
        do_action( 'woocommerce_helper_denied' );
     
        wp_safe_redirect(
            self::get_helper_redirect_url(
                array(
                    'page'    => 'wc-addons',
                    'section' => 'helper',

See this hook used in plugins: