Some js to create a nifty clip rect effect with fixed position text.
A Pen by Stephen Scaff on CodePen.
(function () { | |
var weekday = []; | |
weekday[0] = "Sunday"; | |
weekday[1] = "Monday"; | |
weekday[2] = "Tuesday"; | |
weekday[3] = "Wednesday"; | |
weekday[4] = "Thursday"; | |
weekday[5] = "Friday"; | |
weekday[6] = "Saturday"; |
Some js to create a nifty clip rect effect with fixed position text.
A Pen by Stephen Scaff on CodePen.
<?php | |
/** | |
* Variable subscription product add to cart | |
* | |
* @author Prospress | |
* @package WooCommerce-Subscriptions/Templates | |
* @version 2.2.20 | |
*/ | |
if ( ! defined( 'ABSPATH' ) ) { | |
exit; |