Random Thoughts
Switching PHP Versions with Homebrew
by scott | January 18, 2022 | Tips | 0 Comments
WordPress 101: ACF Blocks
by scott | December 30, 2021 | WordPress | 0 Comments
Simple: Custom Web Router
by scott | November 26, 2021 | Uncategorized | 0 Comments
MACOS: Make USB work for Mac and Windows
by scott | November 14, 2021 | Uncategorized | 0 Comments
Done is better then perfect.
by scott | October 29, 2021 | Uncategorized | 0 Comments
Registering Meta Boxes with CMB2 and Creating a Real Estate Plugin
by scott | March 26, 2021 | Building a Plugin, Custom Post Types, Plugin Development, WordPress | 0 Comments
zsh: command not found: laravel on Mac
by scott | January 5, 2021 | Tips | 0 Comments
Registering A Custom Post Type
by scott | September 10, 2020 | Building a Plugin, Custom Post Types, Plugin Development, WordPress | 0 Comments
Register Meta Boxes for Custom Post Types
by scott | September 8, 2020 | Plugin Development, WordPress | 0 Comments
#5FTF
by scott | August 28, 2020 | WordPress | 0 Comments
Intercept WordPress API Requests
Scenario: Say you want to intercept a response from any WordPress API call before it gets returned to the user? For example, you want to block /users/ route or append additional content to a /posts/ response. Simply call the rest_pre_echo_response filter and you can...