- fixed issue with preview registration details popup;

This commit is contained in:
nikitasinelnikov
2021-02-03 17:04:19 +02:00
parent d8379691af
commit 38d412cd6f
2 changed files with 4 additions and 0 deletions
@@ -1213,6 +1213,10 @@ if ( ! class_exists( 'um\admin\core\Admin_Metabox' ) ) {
include_once um_path . 'includes/admin/templates/modal/forms/fonticons.php';
}
if ( $screen->id == 'users' ) {
include_once um_path . 'includes/admin/templates/modal/dynamic_registration_preview.php';
}
// needed on forms only
if ( ! isset( $this->is_loaded ) && isset( $screen->id ) && strstr( $screen->id, 'um_form' ) ) {
$settings['textarea_rows'] = 8;