🚙
-
Cascardi Media LLC @cascardimedia
- El Cerrito, CA
-
01:29
(UTC -08:00) - https://mattcascardi.info
- @mcascardi
Highlights
- Pro
Pinned Loading
-
Fast AJAX handler for wp
Fast AJAX handler for wp 1<?php2/**3* Hello, this is a minimal ajax handler for WP.4* Based off of: https://coderwall.com/p/of7y2q/faster-ajax-for-wordpress which didn't work for me out of the box.5* Note: replace tld with your own prefix. -
Wordpress wp-json API example using ...
Wordpress wp-json API example using OOP 1<?php2include_once 'news-api.class.php';
3// Implementation Steps:4// Step 1: Call init() in your custom theme or custom plugin code.5$news_api = new News_API();
-
Security configurations for WordPress
Security configurations for WordPress 1<?php23// Remove links for blog clients, shortlink, and generator info from header4remove_action('wp_head', 'rsd_link');
5remove_action('wp_head', 'wlwmanifest_link');
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.

