wc_ajax_

wc_ajax_

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('wc_ajax_') is found 1 times:

  • /includes/class-wc-ajax.php line 100
    097
    098
    099
    100
    101
    102
    103
    104
    105
    106
        if ( $action ) {
            self::wc_ajax_headers();
            $action = sanitize_text_field( $action );
            do_action( 'wc_ajax_' . $action );
            wp_die();
        }
        // phpcs:enable
    }
     
    /**

See this hook used in plugins: