PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.8
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.8
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/FrmApplicationTemplate.php +2 -5 6.36.8 View file →
@@ -28,11 +28,8 @@
28 28 */
29 29 private $api_data;
30 30
31 31 /**
32 - * @param array<string> $keys
33 - * @param array<string> $keys_with_images
34 - *
35 32 * @return void
36 33 */
37 34 public static function init() {
38 35 /**
@@ -147,10 +144,10 @@
147 144 // Strip off the " Template" text at the end of the name as it takes up space.
148 145 $value = substr( $value, 0, -9 );
149 146 }
150 147 $application[ $key ] = $value;
151 - }
152 - }
148 + }//end if
149 + }//end foreach
153 150
154 151 $application['hasLiteThumbnail'] = in_array( $application['key'], self::$keys_with_images, true );
155 152
156 153 if ( ! array_key_exists( 'url', $application ) ) {