gcgs_refresh_access_tokens_cron_interval

  1. Description
  2. Usage
  3. Parameters

Description

Filter the interval at which the plugin will refresh access tokens.

Usage

Applied globally

add_filter( 'gcgs_refresh_access_tokens_cron_interval', 'my_custom_function' );

Parameters

$cron_interval string

The interval in seconds to run the cron job. See wp_get_schedules() for the accepted values. https://developer.wordpress.org/reference/functions/wp_get_schedules/