Your cart is currently empty!
Documenting: Familiarizing with MotoPress Mega Menu.
Documenting: Building a Basic Gutenberg Block
Documenting: Creating A Zip Code Validator for WordPress
New Day: Fri 19 Aug 2022 05:12:59 PM CDT The problem is if I want to prevent the user from continuing I have to instantiate the $error object which makes things touch because I have to communicate between JavaScript and php, which is tough. I attempted to use Cookies for the problem but that didn’t…
Documenting: Familiarizing with Cookies
Documenting: Replacing LocalWP with wp-env on Linux Mint
Documenting: Researching Rebuilding Large Bloated Websites
New Day: Mon 15 Aug 2022 02:17:38 PM CDT Okay, I often come across huge sites that have been jiggered together with plugins because the people running the site don’t know how to code to create custom solutions. So what often ends up happening is … lots of plugins and lots of complicated logic. Also,…
Documenting: Setting Up Xdebug + VS Code for LocalWP on Linux Mint machine
New Day: Sat 13 Aug 2022 10:35:23 AM CDT I have previously got it to work after editing the launch.json file and change the routing scheme to my LocalWP installation. I am following this YT video. I made a launch.json which worked well. Launch.json {“version”: “0.2.0”,”configurations”: [{“name”: “Listen for Xdebug 3.0 (Local)”,”type”: “php”,”request”: “launch”,”port”: 9003,”xdebugSettings”:…