Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into beta/2.1.0

# Conflicts:
#	ultimate-member.php
This commit is contained in:
nikitasinelnikov
2019-08-19 15:16:46 +03:00
5 changed files with 23 additions and 7 deletions
+1 -1
View File
@@ -1209,7 +1209,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Metabox' ) ) {
* }
* ?>
*/
do_action( "um_admin_field_edit_hook{$attribute}", $this->edit_mode_value );
do_action( "um_admin_field_edit_hook{$attribute}", $this->edit_mode_value, $form_id, $this->edit_array );
break;