mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Merge pull request #1182 from ultimatemember/stripe/extra-attributes-info-text
Add style and class attributes to info_text field type in settings
This commit is contained in:
@@ -123,10 +123,19 @@ if ( ! class_exists( 'um\admin\core\Admin_Forms' ) ) {
|
|||||||
'href' => array(),
|
'href' => array(),
|
||||||
'title' => array(),
|
'title' => array(),
|
||||||
'target' => array(),
|
'target' => array(),
|
||||||
|
'class' => array(),
|
||||||
|
),
|
||||||
|
'i' => array(
|
||||||
|
'class' => array(),
|
||||||
|
),
|
||||||
|
'span' => array(
|
||||||
|
'class' => array(),
|
||||||
),
|
),
|
||||||
'br' => array(),
|
'br' => array(),
|
||||||
'em' => array(),
|
'em' => array(),
|
||||||
'strong' => array(),
|
'strong' => array(
|
||||||
|
'style' => array()
|
||||||
|
),
|
||||||
);
|
);
|
||||||
$data['value'] = wp_kses( $data['value'], $arr_kses );
|
$data['value'] = wp_kses( $data['value'], $arr_kses );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user