• After moving from http to https to make my site more secure hyphenator was the only plugin that didn’t work instantly and throws security warnings.

    The solution is really simple:
    Please use plugins_url() instead of WP_PLUGIN_URL in line 85.

    And I’m sure you don’t need a fallback for Pre-2.6 versions these days any more so lines 12-14 are obsolete.

  • The topic ‘WP_PLUGIN_URL doesn’t respect SSL – use plugins_url() instead’ is closed to new replies.