• Resolved winfield0827

    (@winfield0827)


    In normal situation, when user click or point on plugin button it will showed up option which is install plugin, add new and plugin editor.

    However, when i open my admin’s plugin area. The function are not work.

    Anyone have any idea how to solved it? Let me know if need any detail.

Viewing 1 replies (of 1 total)
  • Thread Starter winfield0827

    (@winfield0827)

    I have solve my question with change the code

    Go to C-panel>wp-content>>wp-config.php. And find out and change it to the following

    Missing add new-define(‘DISALLOW_FILE_MODS’, false);
    Missing plugin editor-define(‘DISALLOW_FILE_EDIT’, false);

Viewing 1 replies (of 1 total)

The topic ‘WordPress’s plugin button will not pop up function’ is closed to new replies.