I’m writing a standalone script for WordPress so I can display things like the username on a page outside of WordPress. My method so far is to try to...
  • May 16, 2022
  • 0 Comments
Created a class in an external script which is dependent on the WordPress environment. Since it’s a class I intend to use on various projects, I decided to dynamically...
  • May 16, 2022
  • 0 Comments
I created an external script to import json data into a custom post type that uses wp-load.php. Everything works fine but after every update I get the message Notice:...
  • May 10, 2022
  • 0 Comments