WC_AJAX::json_search_order_metakeyspublic staticWC 1.0

Hooked into wp_ajax_woocommerce_json_search_order_metakeys to return the list of unique meta keys for the edit order screen custom fields metabox.

Method of the class: WC_AJAX{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = WC_AJAX::json_search_order_metakeys(): void;

WC_AJAX::json_search_order_metakeys() code WC 10.8.1

public static function json_search_order_metakeys(): void {
	wc_get_container()->get( CustomMetaBox::class )->search_metakeys_ajax();
}