jetpack_connection_nonce_cleanup_runtime_limit

jetpack_connection_nonce_cleanup_runtime_limit

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('jetpack_connection_nonce_cleanup_runtime_limit') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-nonce-handler.php line 153
    		 * @since 9.5.0
    		 *
    		 * @param int $time_limit How long the cleanup can run (in seconds).
    		 */
    		$time_limit = apply_filters( 'jetpack_connection_nonce_cleanup_runtime_limit', static::SCHEDULED_CLEANUP_TIME_LIMIT );
    
    		( new static() )->clean_all( time() - static::LIFETIME, $time_limit );
    	}
    
    	/**
    	 * Delete the nonces.