Last active
September 24, 2020 11:52
-
-
Save kimcoleman/01eb61de9dbce4dcee366955a8b8ea3a to your computer and use it in GitHub Desktop.
Sample content for Sitewide Sales: Gradient Template for Paid Memberships Pro
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
/** | |
* Sale Type: Paid Memberships Pro | |
* Sale Template: Gradient | |
*/ | |
// Pre-Sale Content: | |
<h1>The Smooth Sale is Almost Here!</h1> | |
<h4>The wait is almost over. Sale starting October 5014!</h4> | |
<p><a href="#">Learn More</a></p> | |
// Sale Content: | |
<h1>50% off Premium!</h1> | |
<h4>Don't miss out—this sale is fading fast.</h4> | |
[pmpro_checkout] | |
// Post-Sale Content: | |
<h1>Whoops! This Shiny Sale is No More.</h1> | |
<h4>Don't worry. We'll have another one soon.</h4> | |
<p><a href="#">Find out when.</a></p> | |
// Banner Title: | |
50% off Premium! | |
// Banner Content: | |
Don't miss out—this sale is fading fast. Use code <u>FLASH</u> now through November 30. | |
// Banner Button Text: | |
Join Today and Save! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment