| @@ -60,30 +60,8 @@ | ||
| 60 | 60 | return array(); |
| 61 | 61 | } |
| 62 | 62 | |
| 63 | 63 | /** |
| 64 | - * Set the free license code option value. | |
| 65 | - * | |
| 66 | - * @since 6.25 | |
| 67 | - * | |
| 68 | - * @param string $code The license code to set. | |
| 69 | - */ | |
| 70 | - public static function set_free_license_code( $code ) { | |
| 71 | - update_option( self::$code_option_name, $code, 'no' ); | |
| 72 | - } | |
| 73 | - | |
| 74 | - /** | |
| 75 | - * Get the free license code option value. | |
| 76 | - * | |
| 77 | - * @since 6.25 | |
| 78 | - * | |
| 79 | - * @return false|string The license code, or false if not set. | |
| 80 | - */ | |
| 81 | - public static function get_free_license_code() { | |
| 82 | - return get_option( self::$code_option_name ); | |
| 83 | - } | |
| 84 | - | |
| 85 | - /** | |
| 86 | 64 | * AJAX Hook for signing free users up for a template API key |
| 87 | 65 | * |
| 88 | 66 | * @return void |
| 89 | 67 | */ |