- small fix;

This commit is contained in:
nikitozzzzzzz
2018-07-06 01:32:44 +03:00
parent 959721b55c
commit 9820e1e6b3
+1 -1
View File
@@ -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 );
}