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 | |
| /** | |
| * Sends and email when a post is published. | |
| * | |
| * Sends and email using wp_mail standard WordPress function including data about | |
| * the post being published. | |
| */ |
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: Activate required plugins. | |
| * Description: Programmatically install and activate plugins based on a runtime config. | |
| * Version: 1.0 | |
| * Author: Hans Schuijff | |
| * Author URI: http://dewitteprins.nl | |
| * License: MIT | |
| * License URI: http://www.opensource.org/licenses/mit-license.php | |
| */ |
OlderNewer