Plugin Development WordPress Using Custom Vagrant Sites For WordPress Development November 16, 2017Lance Cleveland As with many things in life, I recently learned that I’ve been doing things the hard way when it comes to WordPress development and Vagrant. I got on the Varying-Vagrant-Vagrants…Continue readingUsing Custom Vagrant Sites For WordPress Development
Plugin Development WordPress WordPress Hooks and Filters Order Of Precedence October 11, 2017February 8, 2023Lance Cleveland When building plugins and themes I often need to reference the WordPress order of precedence of hooks. This helps ensure various components are loaded only when needed and at…Continue readingWordPress Hooks and Filters Order Of Precedence
Plugin Development WordPress Adding Screen Options To WordPress Admin Pages June 15, 2017Lance Cleveland Many of the built-in WordPress admin pages have a Screen Options drop-down tab on the top right of the page. This is used to set how many items are…Continue readingAdding Screen Options To WordPress Admin Pages
Plugin Development WordPress Hacking WordPress – Articles About Coding Plugins and Themes January 26, 2017February 6, 2023Lance Cleveland Recently I’ve begun building a music directory site. I purchased a premium theme and the accompanying premium plugins. Sadly, premium does not necessarily mean well-written. Turns out this theme and…Continue readingHacking WordPress – Articles About Coding Plugins and Themes
Plugin Development Technology WordPress Changing PHP Version On Vagrant June 29, 2016Lance Cleveland (adsbygoogle = window.adsbygoogle || []).push({}); After nearly 24 hours of working on this issue I finally figure out how to change the running version of PHP from the WEB SERVER…Continue readingChanging PHP Version On Vagrant
Plugin Development Security WordPress Adding WordPress REST API Security To Basic CRUD Operations March 24, 2016Lance Cleveland Work has been underway adding REST API functionality to the Store Locator Plus plugin. Most people are familiar with the basic concept of using REST to fetch data from a…Continue readingAdding WordPress REST API Security To Basic CRUD Operations