• I recently hardened my website be changing the name of my plugins folder and found that this plugin breaks the site. I’ve had to disable it. But, I thought you’d want to know. If you are able to fix it, maybe I can add it back.

    (:

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Takis Bouyouris

    (@nevma)

    Hello, @lenashore,

    Thank you for the heads-up. We will try to take into account the renaming of the plugins folder better in the future. Just for the record, could you please tell us exactly what technique you have used in order to develop the plugins folder rename?

    Cheers,
    Takis

    Thread Starter lenashore

    (@lenashore)

    Sure! I changed it in the wp-config file with these two lines of code:

    define(‘WP_PLUGIN_DIR’, ‘/home/username/public_html/wp-content/newpluginname’);
    define(‘WP_PLUGIN_URL’, ‘https://www.website.com/wp-content/newpluginname’);

    (:

    Plugin Author Takis Bouyouris

    (@nevma)

    Hello, @lenashore,

    Thank you for sharing this with us!

    We had indeed predicted the rename of the /wp-content and and the /wp-content/uploads directories, but not the plugins directory. We will try to incorporate this in our future versions!

    Cheers,
    Takis

    Thread Starter lenashore

    (@lenashore)

    I might rename those one day! You never know! Hope it’s an easy for for you.

    (:

    Plugin Author Takis Bouyouris

    (@nevma)

    Yeap, no worries just a matter of adding it to our development flow!

    ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hardening WordPress Breaks this plugin’ is closed to new replies.