• Hi Lars!
    I think that you are using the wrong method of determining the plugin file(s) location(s).
    If the plugins folder is moved with a constant, i.e.,
    define('WP_PLUGIN_DIR',$_SERVER['DOCUMENT_ROOT'].'new/path/to/wp-content/plugins');
    the disable plugin popup box is displayed at the bottom of the plugins list.
    My guess is that the normal procedure is that its “hidden” until deactivation occurs.
    Regards,
    -Brian

Viewing 1 replies (of 1 total)
  • Plugin Author Lars Koudal

    (@lkoudal)

    Hello Brian

    Thank you looking into this. In the plugin the location is detected via plugins_url() and plugin_dir_path(), both WP functions.

    The code you mention seems to be from a 3rd party SDK. I have written their support to look into this and as soon as an update or solution is available we will put out an update. Thank you for the report 😀

Viewing 1 replies (of 1 total)

The topic ‘Wrong method of determining plugin directory’ is closed to new replies.