leepeterson
Follow
Highlights
Pinned Loading
-
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/ 1jQuery(document).ready(function($){
2$('body').on( 'click', '.some-button', function(){
34$.ajax( ajax_endpoint_data.api_url, {
5type : 'POST',
-
Rawle Murdy's Web Video Requirements
Rawle Murdy's Web Video Requirements 1# Rawle Murdy's Web Video Requirements
23### As of July 2018:
451. 4K WebM video encoded with VP9
-
Path Dispatch
Path Dispatch 1<?php
2/**
3* Path Dispatch
4* =============
5*
-
WordPress routing system
WordPress routing system 1<?php
23/**
4* The Processor is in charge of the interaction between the routing system and
5* the rest of WordPress.
-
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
2console.log(window); // log the "window" object to the console
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.