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/helpers/FrmFormsListHelper.php +1 -1 6.256.24.1 View file →
@@ -354,9 +354,9 @@
354 354 * @param stdClass $form
355 355 * @return string
356 356 */
357 357 protected function column_style( $form ) {
358 - $style_setting = $form->options['custom_style'] ?? '';
358 + $style_setting = isset( $form->options['custom_style'] ) ? $form->options['custom_style'] : '';
359 359 $frm_settings = FrmAppHelper::get_settings();
360 360
361 361 if ( $style_setting === '0' || 'none' === $frm_settings->load_style ) {
362 362 // Don't show a link if styling is off.