From 421c544954a4b618b69890aada654b0659bd077d Mon Sep 17 00:00:00 2001 From: Salim Shrestha Date: Tue, 11 Jul 2023 16:50:49 +0545 Subject: [PATCH] Fix - phpcs --- .../shortcodes/class-evf-shortcode-form.php | 27 ++++++++++--------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/includes/shortcodes/class-evf-shortcode-form.php b/includes/shortcodes/class-evf-shortcode-form.php index f1d9a286b..6d6bd2544 100644 --- a/includes/shortcodes/class-evf-shortcode-form.php +++ b/includes/shortcodes/class-evf-shortcode-form.php @@ -1195,19 +1195,22 @@ public static function add_custom_css_js( $form_id ) { $custom_css = isset( $settings['evf-custom-css'] ) ? $settings['evf-custom-css'] : ''; if ( ! empty( $custom_css ) ) { if ( $hook ) { - add_action( $hook, function() use ( $custom_css, $form_id ) { - ?> - - + + - - + +