- hook docs;

This commit is contained in:
nikitozzzzzzz
2018-03-05 16:35:51 +02:00
parent 2e619ae995
commit 12891ff743
44 changed files with 3820 additions and 392 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ if ( ! class_exists( 'Admin_Upgrade' ) ) {
function __construct() {
$this->packages_dir = plugin_dir_path( __FILE__ ).'packages/';
$this->packages_dir = plugin_dir_path( __FILE__ ) . 'packages' . DIRECTORY_SEPARATOR;
$um_last_version_upgrade = get_option( 'um_last_version_upgrade' );