=== No Self Pings === Contributors: mdawaffe, dartiss Tags: pingback, ping, trackback Requires at least: 4.6 Tested up to: 4.9.2 Requires PHP: 5.3 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Keeps WordPress from sending pings to your own site. == Description == Some people really like that WordPress sends pings from your own site to your own site when you write posts; it gives them a trail of related posts. Some people do not like this behavior; it clutters up their comments. This plugin disables intra-blog pinging. The technical stuff... * Designed for both single and multi-site installations * PHP7 compatible * Fully internationalized, ready for translations. **If you would like to add a translation to this plugin then please head to the [Translating WordPress](https://translate.wordpress.org/projects/wp-plugins/no-self-ping "Translating WordPress") page** * WCAG 2.0 Compliant at AA level Please visit the [Github page](https://github.com/dartiss/no-self-pings "Github") for the latest code development, planned enhancements and known issues. == Installation == No Self Pings can be found and installed via the Plugin menu within WordPress administration (Plugins -> Add New). Alternatively, it can be downloaded from WordPress.org and installed manually... 1. Upload the entire `no-self-ping` folder to your `wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress administration. It's now ready to go. == Changelog == [Learn more about my version numbering methodology](https://artiss.blog/2016/09/wordpress-plugin-versioning/ "WordPress Plugin Versioning") = 1.0 = * Enhancement: Now using `home_url()` instead of `get_option( 'home' )`, as it's more SSL friendly * Enhancement: Added plugin meta = 0.2 = * Enhancement: Argument removed = 0.1 = * Initial release == Upgrade Notice == = 1.0 = * Initial release