wearerequired / admin-menu-manager

Manage the WordPress admin menu using a simple drag & drop interface.
https://wordpress.org/plugins/admin-menu-manager/
GNU General Public License v2.0
61 stars 6 forks source link

WP_Requirements_Check #43

Closed ahmedofali closed 7 years ago

ahmedofali commented 7 years ago

Directly After Activation I Found this error Fatal error: Class 'WP_Requirements_Check' not found in /var/www/html/proj_name/wp-content/plugins/admin-menu-manager-master/admin-menu-manager.php on line 38

swissspidy commented 7 years ago

Hey there,

Did you use the version from WordPress.org or the one on GitHub? For the latter, you need to run composer install first. And then npm install && grunt to generate all the CSS and JS.

ahmedofali commented 7 years ago

It's Working Now Thanks For the steps.