Google_Calendar_Helpers::get_client()
Method get_client.
Return Return
(mixed) The Google Client that was saved in wp_options (self::OPTION_KEY)
Source Source
File: src/integrations/google-calendar/helpers/google-calendar-helpers.php
public function get_client() { return get_option( self::OPTION_KEY, false ); }
Expand full source code Collapse full source code View on Github