Title: Not compatible with iThemes Security
Last modified: August 21, 2016

---

# Not compatible with iThemes Security

 *  [aziom](https://wordpress.org/support/users/aziom/)
 * (@aziom)
 * [12 years ago](https://wordpress.org/support/topic/not-compatible-with-ithemes-security/)
 * One of the features with iThemes Security is to change the wp-content directory
   to another name to make it harder for hackers. This is not normally a problem
   unless the wp-content folder is hard coded into the plugin as is with Find Me
   On.
 * Here are the lines from the plugin:
 * $findmeonplugindir = get_settings(‘siteurl’).’/wp-content/plugins/’.dirname(plugin_basename(
   __FILE__));
    $pluginrelativedir = ‘/wp-content/plugins/’.dirname(plugin_basename(
   __FILE__));
 * To fix, find lines 48 and 49 in /[new directory name]/plugins/find-me-on/find-
   me-on.php and change to:
 * $findmeonplugindir = plugin_dir_url( __FILE__ );
    $pluginrelativedir = plugin_dir_path(
   __FILE__ );
 * Also on line 538, change:
 * echo ‘<link type=”text/css” rel=”stylesheet” href=”‘ . $findmeonplugindir . ‘/
   stylesheet.css” />’ . “\n”;
 * To:
 * echo ‘<link type=”text/css” rel=”stylesheet” href=”‘ . $findmeonplugindir . ‘/
   css/style.css” />’ . “\n”;
 * [https://wordpress.org/plugins/find-me-on/](https://wordpress.org/plugins/find-me-on/)

The topic ‘Not compatible with iThemes Security’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/find-me-on.svg)
 * [Find Me On](https://wordpress.org/plugins/find-me-on/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/find-me-on/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/find-me-on/)
 * [Active Topics](https://wordpress.org/support/plugin/find-me-on/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/find-me-on/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/find-me-on/reviews/)

## Tags

 * [iThemes Security](https://wordpress.org/support/topic-tag/ithemes-security/)
 * [wp-content](https://wordpress.org/support/topic-tag/wp-content/)

 * 0 replies
 * 1 participant
 * Last reply from: [aziom](https://wordpress.org/support/users/aziom/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/not-compatible-with-ithemes-security/)
 * Status: not resolved