I'm the Grand Codemaster at a small firm in Salem, Oregon. I've been in Web Design and Web Development since 2010. I'm teaching myself GitHub to level up more.
-
Third River Marketing
- Stayton, OR
- xhynk.github.io
Block or Report
Block or report Xhynk
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
<?php
2// Start a Stripe Client for Live and Test
3$stripe_live = new \Stripe\StripeClient( 'YOUR_LIVE_SECRET' );
4$stripe_test = new \Stripe\StripeClient( 'YOUR_TEST_SECRET' );
5 -
1
add_action( 'init', 'insert_content_masks' );
2function insert_content_masks(){
3$array_of_mask_urls = array(
4'https://landing-page.com/page-1',
5'https://landing-page.com/page-2',
-
-