Automattic\WooCommerce\Blocks\Domain\Services

Hydration::restore_nonce_check()protectedWC 1.0

Restore the nonce check.

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

Хуков нет.

Возвращает

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

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->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' ) );
}