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.

Метод класса: WC_AJAX{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код WC_AJAX::json_search_order_metakeys() WC 10.0.2

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