| @@ -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 |