Automattic\WooCommerce\Blocks\Domain\Services
Hydration::restore_nonce_check()
Restore the nonce check.
Метод класса: Hydration{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->restore_nonce_check();
Код Hydration::restore_nonce_check() Hydration::restore nonce check WC 9.5.1
protected function restore_nonce_check() { remove_filter( 'woocommerce_store_api_disable_nonce_check', array( $this, 'disable_nonce_check_callback' ) ); }