Inventory_Presser_REST::response()
response
Return Return
(void)
Source Source
File: includes/class-rest.php
public function response() { $public_keys = array( 'use_carfax', ); return array_filter( INVP::settings(), function ( $k ) use ( $public_keys ) { return in_array( $k, $public_keys ); }, ARRAY_FILTER_USE_KEY ); }
Expand full source code Collapse full source code View on Github