This file contains hidden or 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 | |
/* | |
Plugin Name: IET WP tag cloud | |
Plugin URI: https://github.com/IET-OU/oer-evidence-hub-org | |
Description: Shortcode wrapper [tagcloud] around WordPress core function: `wp_tag_cloud` [LACE] | |
Author: Nick Freear [@IET-OU] | |
Author URI: https://github.com/IET-OU | |
Version: 0.1 | |
*/ |
This file contains hidden or 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 | |
/** | |
* PHP Character Map Generator | |
* | |
* Generates a character map contains selected characters in a TrueType font | |
* to an image. Require PHP 5 or higher with GD extension enabled | |
* | |
* Example: | |
* <code> | |
* <?php |
NewerOlder