From fc27f8462a6e58b0c832256718dde76d9701b466 Mon Sep 17 00:00:00 2001 From: champsupertramp Date: Sat, 30 Apr 2016 22:28:56 +0800 Subject: [PATCH] Add 'um_form_fields_textarea_settings' filter --- core/um-fields.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/um-fields.php b/core/um-fields.php index c1ea2a81..93e54466 100644 --- a/core/um-fields.php +++ b/core/um-fields.php @@ -1284,6 +1284,8 @@ class UM_Fields { ) ); + $textarea_settings = apply_filters('um_form_fields_textarea_settings', $textarea_settings ); + // turn on the output buffer ob_start();