Sindbad~EG File Manager

Current Path : /var/www/html/wordpress-3/wp-content/plugins/wpforms/src/Pro/LicenseApi/
Upload File :
Current File : /var/www/html/wordpress-3/wp-content/plugins/wpforms/src/Pro/LicenseApi/ValidateKeyCache.php

<?php

namespace WPForms\Pro\LicenseApi;

/**
 * License api validate key cache.
 *
 * @since 1.8.7
 */
class ValidateKeyCache extends LicenseApiCache {

	/**
	 * Constructor.
	 *
	 * @since 1.8.7
	 */
	public function __construct() {

		$this->plugin_slug = 'wpforms-pro';
		$this->type        = 'validate-key';
	}

	/**
	 * Get action slug.
	 *
	 * @since 1.8.7
	 *
	 * @return string
	 */
	protected function get_action_slug(): string {

		return $this->type;
	}
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists