Archives: Notes

  • My best tips for a secure WordPress site

    My best tips for a secure WordPress, besides the obvious, are the following: And lastly, educate yourself about web security 24/7. Understanding everything that goes into a secure WordPress site is never enough. Sounds dramatic, but trust me, it is dramatic when your site gets hacked.

    Read More »

  • Adding Discount Code to Lemon Squeezy Product Link

    I recently needed to share a LemonSqueezy product link which already included the discount. You know, so it’s already applied to the checkout. The LemonSqueezy documentation is a bit scarce on this, but I figured out how to do it and wanted to share it with you all. Hope this helps your scenario, but let…

    Read More »

  • Update WordPress Admin Email via WP CLI

    I find myself using the WP CLI option to change the WordPress Admin email address more and more, but I keep forgetting the format, so I’m logging it here just for me. But, feel free to use it as well 😉

    Read More »

  • I’ll be speaking on an Atarim panel

    Atarim is hosting their free  Agency Web Summit next week. I’ll be speaking on a panel there as well, so you should definitely check it out. Lots of value to be found in the various presentations. Did I mention  it’s totally free ?!

    Read More »

  • I’m going to Cloudfest 2023

    I’ve been eyeballing this conference for a couple of years now, but since they have a dedicated WordPress track on the Monday, I’ve decided to finally go. See what’s it about. Who will I see there?

    Read More »

  • Stop WordPress plugin update notifications

    When you’ve enabled plugins to be automatically updated by WordPress, you get a confirmation email every single time that happens. This may not what you want, so fortunately, we have a filter available to us: Just add this to your theme’s functions.php or site core functionality plugin. Either will do, emails will stop. Bonus If…

    Read More »

  • Going to WordCamp Switzerland

    I’m happy to announce I won’t just be going to WordCamp Switzerland, I will also be speaking! My topic of choice is titled “WooCommerce, but faster!”. It will cover the following: Remkus will cover everything about making WooCommerce faster. The things you have thought of, but also the things you have not thought of. Creating a…

    Read More »

  • Bulk delete posts in WordPress with WP CLI (+variants)

    Whenever I need to do anything “bulk” in WordPress, I do this with WP CLI. It’s just a smarter, faster, and more performant way of doing things. Bulk deleting posts in WordPress with WP CLI then becomes a super simple exercise. Here’s How That’s it. Let me know if you’re running into any issues. I’d…

    Read More »