PluginProbe
Adminify – White Label, Admin Menu Editor, Login Customizer / 4.2.4
Adminify – White Label, Admin Menu Editor, Login Customizer v4.2.4
4.3.1 4.3.0 4.2.26 4.2.25 4.2.24 4.2.23 4.2.22 4.2.21 4.2.20 4.2.19 4.2.18 4.2.17 4.2.16 4.2.15 4.2.14 4.2.13 4.2.12 4.2.11 4.2.10 4.2.9 4.2.8 4.2.7 4.2.6 4.2.5 4.1.17 All 164 releases
← All changes | adminify.php +1 -6 4.3.04.2.4 View file →
@@ -3,9 +3,9 @@
3 3 /**
4 4 * Plugin Name: Adminify – White Label, Admin Menu Editor, Login Customizer
5 5 * Description: Customize the WordPress admin area with white-label branding, a drag-and-drop menu editor, login customizer, media folders, and security tools.
6 6 * Plugin URI: https://wpadminify.com
7 - * Version: 4.3.0
7 + * Version: 4.2.4
8 8 * Author: Pixar Labs
9 9 * Author URI: https://pixarlabs.com
10 10 * License: GPLv3 or later
11 11 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -122,13 +122,8 @@
122 122 }
123 123 if ( !class_exists( '\\PXLBSAdminify\\WP_Adminify' ) ) {
124 124 // Autoload Files
125 125 require_once __DIR__ . '/vendor/autoload.php';
126 - // Custom options-framework field types. Loaded straight after the autoloader
127 - // because that is where the framework bootstraps (and defines ADMINIFY_Fields);
128 - // declaring the class here means the framework picks it up without needing any
129 - // change inside Libs/adminify-framework.
130 - require_once __DIR__ . '/Inc/Fields/adminify_icon.php';
131 126 // Instantiate WP Adminify Class
132 127 require_once __DIR__ . '/class-wp-adminify.php';
133 128 }
134 129 // Activation and Deactivation hooks