File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -301,6 +301,8 @@ private function includes() {
301301 require_once WPUM_PLUGIN_DIR . 'includes/wpum-shortcodes/class-wpum-shortcode-directory.php ' ;
302302 }
303303
304+ require_once WPUM_PLUGIN_DIR . 'includes/install.php ' ;
305+
304306 if ( defined ( 'DOING_AJAX ' ) || ( isset ( $ _GET ['wpum_email_customizer ' ] ) && 'true ' == $ _GET ['wpum_email_customizer ' ] ) ) {
305307 require_once WPUM_PLUGIN_DIR . 'includes/wpum-emails/class-wpum-emails-customizer-scripts.php ' ;
306308 require_once WPUM_PLUGIN_DIR . 'includes/wpum-emails/class-wpum-emails-customizer.php ' ;
@@ -309,7 +311,6 @@ private function includes() {
309311 require_once WPUM_PLUGIN_DIR . 'includes/wpum-updater/class-wpum-license.php ' ;
310312 require_once WPUM_PLUGIN_DIR . 'includes/wpum-updater/free-plugins.php ' ;
311313
312- require_once WPUM_PLUGIN_DIR . 'includes/install.php ' ;
313314 WPUM_Blocks::get_instance ();
314315 }
315316
You can’t perform that action at this time.
0 commit comments