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.9.8.1

apply_filters('jetpack_connection_nonce_cleanup_runtime_limit') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-nonce-handler.php line 153
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
         * @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.