- fixed security issue with Profile/Registration form;

This commit is contained in:
nikitasinelnikov
2019-05-08 16:05:27 +03:00
parent f5752e9248
commit f628703b12
8 changed files with 125 additions and 41 deletions
+1 -1
View File
@@ -824,7 +824,7 @@ function um_filtered_value( $key, $data = false ) {
* }
* ?>
*/
$value = apply_filters( "um_profile_field_filter_hook__", $value, $data, $type );
$value = apply_filters( 'um_profile_field_filter_hook__', $value, $data, $type );
/**
* UM hook