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 | |
/* | |
Author: WP Sharks | |
Author URI: https://wpsharks.com | |
Version: 1.0 | |
Plugin Name: Alert Box Shortcode | |
Description: Provides an `[alert_box]` shortcode. | |
Plugin URI: https://wordpress.org/plugins/alert-box-shortcode/ | |
Text Domain: alert-box-shortcode | |
*/ |
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 | |
function simple_markdown_to_html($simple_markdown) | |
{ | |
/* | |
Minimum Requirements: | |
- `content` = <code>content</code> | |
- ```content``` = <pre><code>content</code></pre> | |
- **content** = <strong>content</strong> |
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: Subscribe to Comments Reloaded | |
Version: 140125 | |
Stable tag: 140125 | |
Requires at least: 2.9.2 | |
Tested up to: 3.8 | |
Plugin URI: http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/ |
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: Subscribe to Comments Reloaded | |
Version: 140125 | |
Stable tag: 140125 | |
Requires at least: 2.9.2 | |
Tested up to: 3.8 | |
Plugin URI: http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/ |
NewerOlder