Automattic\WooCommerce\Blocks\Domain\Services
Hydration::restore_nonce_check
Restore the nonce check.
Method of the class: Hydration{}
No Hooks.
Returns
null
. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->restore_nonce_check();
Hydration::restore_nonce_check() Hydration::restore nonce check code WC 9.9.5
protected function restore_nonce_check() { remove_filter( 'woocommerce_store_api_disable_nonce_check', array( $this, 'disable_nonce_check_callback' ) ); }