PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.24.1
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.24.1
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | classes/models/FrmFormTemplateApi.php +0 -22 6.25 → 6.24.1 View file →
@@ -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 */