Random Thoughts

Registering A Custom Post Type
The Mission: To register our own custom post type in WordPress. Background I'm currently developing new sermon management and Livestream plugin for churches with the hopes of selling it as a digital product at church.agency. WordPress is a content management system...

Day Four: Unity Skinning & Web Deploy
Today we dressed the simple 3d assets with some borrowed 2d sprite assets. And might I say it's looking good. So good in fact that a 1.0 web release is ready! Skinning At the time of creation our game was created with 3D assets, however moving forward the plan is for...
Day Three: Enemies and Explosions
Thor I have no idea what I'm doing okay. I'm just trying to make a video game. So today we added in spawning enemies and destruction of the player object if it gets hit too many times. Spawning Enemies So to spawn in an enemy in unity we do the follow. Create an empty...
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...
Browse Your Favorite Topics
Game Dev
WordPress