Skip to content
View jpychan's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report jpychan

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

  1. plugin-sample plugin-sample Public

    PHP

  2. actionscheduler_example.php actionscheduler_example.php
    1
    <?php
    2
    
                  
    3
    /* This file contains an example of an ActionScheduler cron job I wrote for a client.
    4
     * Based on subscription activation and cancellation, there were a few different API calls to make, so I extracted them to
    5
     * a cron job to speed up checkout for the end user. 
  3. gravity_form_example.php gravity_form_example.php
    1
    <?php
    2
    // Only allow video URLs from Loom, Vimeo and Youtube
    3
    function vip_gf_validate_video_url( $result, $value ) {
    4
    
                  
    5
    	if ( empty( $value ) ) {