- fixed register post types on activation process (conflicts with some plugins);

This commit is contained in:
nikitozzzzzzz
2018-01-30 17:00:27 +02:00
parent 15daabf565
commit 2223d07031
+1
View File
@@ -290,6 +290,7 @@ if ( ! class_exists( 'UM' ) ) {
update_option( 'um_version', ultimatemember_version );
//run setup
$this->common()->create_post_types();
$this->setup()->run_setup();
}