WPCF7_Service_OAuth2::is_active()
Метод класса: WPCF7_Service_OAuth2{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WPCF7_Service_OAuth2 = new WPCF7_Service_OAuth2(); $WPCF7_Service_OAuth2->is_active();
Код WPCF7_Service_OAuth2::is_active() WPCF7 Service OAuth2::is active CF7 6.0.6
public function is_active() { return ! empty( $this->refresh_token ); }