Used By
Used By | Description |
---|---|
wp-includes/kses.php: safecss_filter_attr() | Filters an inline style attribute and removes disallowed rules. |
Filters the check for unsafe CSS in safecss_filter_attr
.
Enables developers to determine whether a section of CSS should be allowed or discarded. By default, the value will be false if the part contains \ ( & } = or comments. Return true to allow the CSS part to be included in the output.
(bool) Whether the CSS in the test string is considered safe.
(string) The CSS string to test.
File: wp-includes/kses.php
Version | Description |
---|---|
5.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/safecss_filter_attr_allow_css