mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 06:33:50 +09:00
- fixed security issue with Profile/Registration form;
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user