mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Revert "Added country and type filter hooks"
This reverts commit 6f740598b4.
This commit is contained in:
@@ -919,8 +919,6 @@ class UM_Fields {
|
||||
}
|
||||
}
|
||||
|
||||
$type = apply_filters("um_hook_for_field_{$type}", $type );
|
||||
|
||||
/* Begin by field type */
|
||||
switch( $type ) {
|
||||
|
||||
@@ -1459,8 +1457,6 @@ class UM_Fields {
|
||||
}
|
||||
|
||||
if (!isset($options)){
|
||||
$options = apply_filters("um_multiselect_options_{$data['type']}", $options, $data );
|
||||
|
||||
$options = $ultimatemember->builtin->get ( 'countries' );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user