WC_AJAX::json_search_order_metakeys
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 AJAX::json search order metakeys WC 10.7.0
public static function json_search_order_metakeys(): void {
wc_get_container()->get( CustomMetaBox::class )->search_metakeys_ajax();
}