mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
Coding dashboard, editor bugfix
This commit is contained in:
@@ -10,6 +10,13 @@ class UM_Validation {
|
||||
|
||||
}
|
||||
|
||||
/***
|
||||
*** @removes html from any string
|
||||
***/
|
||||
function remove_html($string) {
|
||||
return wp_strip_all_tags( $string );
|
||||
}
|
||||
|
||||
/***
|
||||
*** @normalize a string
|
||||
***/
|
||||
|
||||
Reference in New Issue
Block a user