plugin updates

This commit is contained in:
Tony Volpe
2024-06-17 14:48:11 -04:00
parent ecc5fbf831
commit 3751a5a1a6
1318 changed files with 91130 additions and 52250 deletions

View File

@@ -18,7 +18,6 @@ class Portal_Options {
const LAST_DEAUTHORIZE_TIME = LEADIN_PREFIX . '_last_deauthorize_time';
const LAST_DISCONNECT_TIME = LEADIN_PREFIX . '_last_disconnect_time';
const REFRESH_TOKEN_ERROR = LEADIN_PREFIX . '_refresh_token_error';
/**
* Return portal id.
*/
@@ -274,5 +273,4 @@ class Portal_Options {
public static function get_refresh_token_error() {
return get_option( self::REFRESH_TOKEN_ERROR, 'unknown' );
}
}