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
#!/bin/bash | |
# | |
# Service script for running a bundled Meteor application under Forever. | |
# Meteor settings JSON file should be in /etc/meteor/[YOUR APP NAME].json, | |
# and the METEOR_SETTINGS var below should be updated as appropriate. | |
# | |
# chkconfig: 345 80 20 | |
# description: My node app | |
# |
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 | |
/* | |
Plugin Name: MemberPress Custom Membership Signup | |
Plugin URI: http://memberpress.com | |
Description: Adds some custom fields to the MemberPress signup process | |
Version: 1.0.0 | |
Author: MemberPress | |
Author URI: http://memberpress.com | |
Text Domain: memberpress | |
*/ |