This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Ensure there are a balanced number of paired characters.
This is used to check that the number of opening and closing characters is equal.
For instance, there should be an equal number of braces ("{", "}") in the CSS.
(string) (Required) The opening character.
(string) (Required) The closing character.
(string) (Required) The CSS input string.
(bool)
File: wp-includes/customize/class-wp-customize-custom-css-setting.php
Version | Description |
---|---|
4.7.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_custom_css_setting/validate_balanced_characters