woocommerce_api_customers_bulk_response

woocommerce_api_customers_bulk_response

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

See hook in core

Displaying hooks found in version: woocommerce.8.9.3

apply_filters('woocommerce_api_customers_bulk_response') is found 2 times:

  • /includes/legacy/api/v2/class-wc-api-customers.php line 832

    Warning: Undefined array key 837 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    828
    829
    830
    831
    832
    833
    834
    835
    836
    837
                        }
                    }
                }
     
                return array( 'customers' => apply_filters( 'woocommerce_api_customers_bulk_response', $customers, $this ) );
            } catch ( WC_API_Exception $e ) {
                return new WP_Error( $e->getErrorCode(), $e->getMessage(), array( 'status' => $e->getCode() ) );
            }
        }
    }
  • /includes/legacy/api/v3/class-wc-api-customers.php line 824

    Warning: Undefined array key 829 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    820
    821
    822
    823
    824
    825
    826
    827
    828
    829
                        }
                    }
                }
     
                return array( 'customers' => apply_filters( 'woocommerce_api_customers_bulk_response', $customers, $this ) );
            } catch ( WC_API_Exception $e ) {
                return new WP_Error( $e->getErrorCode(), $e->getMessage(), array( 'status' => $e->getCode() ) );
            }
        }
    }