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: Anonymous Comments Form | |
| * Description: Disables email, url and author fields on comments form. | |
| * Version: 1.0 | |
| * Author: Emilio Rubio Rigo | |
| * Author URI: https://emilioblog.com | |
| * License: GPLv3 | |
| * License URI: https://www.gnu.org/licenses/gpl-3.0.html | |
| */ |
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: TubeNail | |
| * Description: Replaces any Youtube URL with its corresponding thumbnail, avoiding embedded content. | |
| * Version: 1.1 | |
| * Author: Emilio Rubio Rigo | |
| * Author URI: https://emilioblog.com | |
| * License: GPLv3 | |
| * License URI: https://www.gnu.org/licenses/gpl-3.0.html |