| @@ -237,14 +237,14 @@ | ||
| 237 | 237 | } |
| 238 | 238 | } |
| 239 | 239 | |
| 240 | 240 | /** |
| 241 | - * Checks if Pro version installed | |
| 241 | + * Checks if Pro version installed. | |
| 242 | 242 | * |
| 243 | 243 | * @return boolean |
| 244 | 244 | */ |
| 245 | 245 | public function has_pro() { |
| 246 | - return function_exists( 'rtsbpro' ); | |
| 246 | + return function_exists( 'rtsbpro' ); // Fns::is_pro_authorized() will add in the future for checking pro Version Compatibility. | |
| 247 | 247 | } |
| 248 | 248 | |
| 249 | 249 | /** |
| 250 | 250 | * PRO Version URL. |