woocommerce_ajax_get_customer_details

woocommerce_ajax_get_customer_details

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_ajax_get_customer_details') is found 1 times:

  • /includes/class-wc-ajax.php line 982
    		$data['date_modified'] = $data['date_modified'] ? $data['date_modified']->getTimestamp() : null;
    
    		unset( $data['meta_data'] );
    
    		$customer_data = apply_filters( 'woocommerce_ajax_get_customer_details', $data, $customer, $user_id );
    		wp_send_json( $customer_data );
    	}
    
    	/**
    	 * Add order item via ajax. Used on the edit order screen in WP Admin.
    	 *