Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javiercasares/canonical-url
https://github.com/javiercasares/canonical-url
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/javiercasares/canonical-url
- Owner: javiercasares
- License: gpl-2.0
- Created: 2024-10-24T11:11:25.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2024-10-24T11:33:09.000Z (22 days ago)
- Last Synced: 2024-10-25T10:46:08.384Z (21 days ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
=== Canonical URL ===
Contributors: javiercasares
Tags: seo, canonical
Requires at least: 6.6
Tested up to: 6.7
Stable tag: 1.0.0
Requires PHP: 7.2
Version: 1.0.0
License: GPL-2.0-or-later
License URI: https://spdx.org/licenses/GPL-2.0-or-later.htmlChecks if the current URL matches the canonical URL and redirects if they do not match (keeping the query parameters).
== Description ==
The Reply-To for WP_Mail plugin allows you to easily manage the "Reply-To" header for all emails sent from your WordPress site. With this plugin, you can specify a custom email address that recipients will use when replying to your site's emails, ensuring that responses go to the correct inbox.
== Installation ==
= Manual download =
Extract the contents of the ZIP and upload the contents to the `/wp-content/plugins/canonical-url/` directory. Once uploaded, it will appear in your plugin list.
== Compatibility ==
* WordPress: 6.6 - 6.7
* PHP: 7.2 - 8.4== Changelog ==
= [1.0.0] - 2024-10-23 =
**Added**
* First version.