Twitter_Helpers::get_client()
Return Return
(array) $tokens
Source Source
File: src/integrations/twitter/helpers/twitter-helpers.php
public function get_client() { $tokens = get_option( '_uncannyowl_twitter_settings', array() ); if ( empty( $tokens ) ) { return false; } return $tokens; }
Expand full source code Collapse full source code View on Github