mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- small fix;
This commit is contained in:
@@ -285,7 +285,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Forms' ) ) {
|
||||
* }
|
||||
* ?>
|
||||
*/
|
||||
return apply_filters( 'um_render_field_type_' . $data['type'], '', $data, $this->form_data );
|
||||
return apply_filters( 'um_render_field_type_' . $data['type'], '', $data, $this->form_data, $this );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user