woocommerce_api_taxes_bulk_response

woocommerce_api_taxes_bulk_response

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.9.3

apply_filters('woocommerce_api_taxes_bulk_response') is found 1 times:

  • /includes/legacy/api/v3/class-wc-api-taxes.php line 507
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
                    }
                }
            }
     
            return array( 'taxes' => apply_filters( 'woocommerce_api_taxes_bulk_response', $taxes, $this ) );
        } catch ( WC_API_Exception $e ) {
            return new WP_Error( $e->getErrorCode(), $e->getMessage(), array( 'status' => $e->getCode() ) );
        }
    }
     
    /**