Skip to content
View leepeterson's full-sized avatar
:octocat:
:octocat:

Sponsoring

@johnbillion

Block or report leepeterson

Report abuse

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

Report abuse

Pinned Loading

  1. Proof of concept for avoiding admin-... Proof of concept for avoiding admin-ajax for ajax callback requests. Also see Thomas Griffin's excellent post: https://thomasgriffin.io/a-creative-approach-to-efficient-and-scalable-wordpress-api-endpoints/ AND Josh Pollock's excellent post: http://torquemag.io/improved-wordpress-front-end-ajax-processing/
    1
    jQuery(document).ready(function($){
    2
    	$('body').on( 'click', '.some-button', function(){
    3
    
                  
    4
    		$.ajax( ajax_endpoint_data.api_url, {
    5
    			type     : 'POST',
  2. Rawle Murdy's Web Video Requirements Rawle Murdy's Web Video Requirements
    1
    # Rawle Murdy's Web Video Requirements
    2
    
                  
    3
    ### As of July 2018:
    4
    
                  
    5
    1. 4K WebM video encoded with VP9
  3. Path Dispatch Path Dispatch
    1
    <?php
    2
    /**
    3
     * Path Dispatch
    4
     * =============
    5
     *
  4. WordPress routing system WordPress routing system
    1
    <?php
    2
    
                  
    3
    /**
    4
     * The Processor is in charge of the interaction between the routing system and
    5
     * the rest of WordPress.
  5. Here are some things you can do with... Here are some things you can do with Gists in GistBox.
    1
    // Use Gists to store code you would like to remember later on
    2
    console.log(window); // log the "window" object to the console