Skip to content
View Xhynk's full-sized avatar

Block or report Xhynk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. karmabot karmabot Public

    Karmabot is a Slack "Slash Command" that divvies "Karma" (points) to users in a database through Slack:

    PHP 3 3

  2. A simple method to copy live Stripe ... A simple method to copy live Stripe products (and their plans) to your Testing area. The `$illegal_params` array can be modified as needed, and more fields can be added to both creation methods. In my case I just needed the Product Name and Metadata, and have a lot of old plans, so figured I'd get all the data, and remove the illegal or unused params.
    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
    
                  
  3. Update Bulk Content Masks Update Bulk Content Masks
    1
    	add_action( 'init', 'insert_content_masks' );
    2
    	function insert_content_masks(){
    3
    		$array_of_mask_urls = array(
    4
    			'https://landing-page.com/page-1',
    5
    			'https://landing-page.com/page-2',
  4. sassy sassy Public

    This will serve as a standard repo for the scss partials I seem to reuse over and over

    CSS 1

  5. content-mask content-mask Public

    Content Mask WordPress Plugin Management moved from SVN

    PHP

  6. override-taxonomy-term-metaboxes override-taxonomy-term-metaboxes Public

    PHP 1