$ docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @package WP Hash IDs | |
* @version 2.0 | |
*/ | |
/* | |
Plugin Name: WP Hash IDs | |
Plugin URI: http://www.alessandrobalasco.com | |
Description: Adds the ability to crypt your URLs from something like http://www.example.com/1434 to http://www.example.com/B7j1rPk8. You can still use all the other permalinks parameters (like category slug, post slug, date, ecc), so you can have http://www.example.com/2012/10/10/B7j1rPk8, or http://www.example.com/B7j1rPk8/my-post-slug | |
Author: Alessandro Balasco |