Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow plugin to be used as a "must-use" plugin #5

Closed
atheken opened this issue Mar 14, 2016 · 1 comment
Closed

Allow plugin to be used as a "must-use" plugin #5

atheken opened this issue Mar 14, 2016 · 1 comment

Comments

@atheken
Copy link
Contributor

atheken commented Mar 14, 2016

See here for an explanation of the feature: http://gregrickaby.com/create-mu-plugin-for-wordpress/

@mgibbs189
Copy link
Contributor

Maybe this is worth its own repo?

The code to convert this into a MU plugin wouldn't be all that different... it'd just involve stripping out the UI and supporting the necessary constants:

define( 'POSTMARK_API_KEY', '' );
define( 'POSTMARK_SENDER_ADDRESS', '[email protected]' );
define( 'POSTMARK_FORCE_HTML', true );
define( 'POSTMARK_TRACK_OPENS', true );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants