This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Localhost Notify

Description

This plugin is made for developers who work on local server copies of live WordPress installations, and want to know for sure if they’re working on their local copy, not the live one!

The idea behind it is to help prevent accidental changes on live sites if you have multiple browser windows open including both the local and live site.

It’s recommended you keep this plugin active on both your live and local installation. Otherwise, if you make a copy of your live server and overwrite your local one it may deactivate the plugin locally. The performance impact should be near 0 for keeping this active.

If you have any issues or suggestions, please visit our support forums.

If you find this plugin useful and would like to say thanks, please leave us a 5 star review!

Notes

Some themes/plugins may prevent us from changing the title. If that’s the case, try disabling other plugins or reverting to a default WP theme and let us know the conflicting theme/plugin on our support forums.

The plugin assumes your local server IP address is 127.0.0.1. If different you can change the value in the plugin file, let us know your, maybe it’s a consideration for improvement!

Installation

  1. Install your plugin as you would any WordPress plugin.

  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Alternatively, download the plugin and copy localhost-notify.php to your Must Use Plugins folder, it’ll activate automatically.

FAQ

None yet! Ask away on our support forums.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Localhost Notify” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Localhost Notify” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.1

  • fixed php warning with WP SEO activated

2.0

  • wrapped all functions in conditional check for localhost, preventing any extra filters/functions being created on live sites
  • added compatability witih WP admin title rewriting introduced in WP 4.4
  • fixed incompatabilities with BuddyPress and WordPress SEO