jetpack_connection_nonce_cleanup_runtime_limit, static::SCHEDULED_CLEANUP_TIME_LIMIT
jetpack_connection_nonce_cleanup_runtime_limit, static::SCHEDULED_CLEANUP_TIME_LIMIT
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_connection_nonce_cleanup_runtime_limit, static::SCHEDULED_CLEANUP_TIME_LIMIT') is found 1 times:
- /jetpack_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.