Title: Plugin not appearing
Last modified: January 31, 2018

---

# Plugin not appearing

 *  Resolved [Francesco Canovi](https://wordpress.org/support/users/thedarkmist/)
 * (@thedarkmist)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-appearing-6/)
 * used this plugin many times in the past. Installed on a brand new WP installation,
   and the plugin isn’t displaying. No link in the menu. Impossible to find. Anyone
   else is experimenting this?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [Francesco Canovi](https://wordpress.org/support/users/thedarkmist/)
 * (@thedarkmist)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-appearing-6/#post-9921113)
 * Sorry, I found the problem.
 *  Plugin Author [shanept](https://wordpress.org/support/users/shanept/)
 * (@shanept)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-appearing-6/#post-9921164)
 * Great to hear. Was there an issue with the plugin?
 *  [rsuniversityradio](https://wordpress.org/support/users/rsuniversityradio/)
 * (@rsuniversityradio)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/plugin-not-appearing-6/#post-10000584)
 * What was the solution? I am having this problem and would love to know how you
   solved it!
 *  [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * (@lorro)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/plugin-not-appearing-6/#post-10000883)
 * Ensure you have:
 *     ```
       // Disable File Edits
       define('DISALLOW_FILE_EDIT', false); // false required for ACEIDE
       ```
   
 * in wp-config.php.
 * Or, there’s a filter you can use:
    `add_filter( 'aceide_override_disallow_file_edit','
   __return_true' );`

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Plugin not appearing’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/aceide_f0f0f0.svg)
 * [AceIDE](https://wordpress.org/plugins/aceide/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/aceide/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/aceide/)
 * [Active Topics](https://wordpress.org/support/plugin/aceide/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/aceide/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/aceide/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [Peter Lawrenson](https://wordpress.org/support/users/lorro/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/plugin-not-appearing-6/#post-10000883)
 * Status: resolved