-
How to Increase the Memory Limit on WPEngine
When managing a WordPress site on WPEngine, you might find the default memory limits insufficient for your needs. Often, this can be attributed to a memory leak—a problem I’ve personally faced on numerous occasions. Whether it’s due to resource-heavy plugins, complex themes, or intensive operations, proactively increasing the memory limit is crucial for maintaining optimal…
-
ShipHero and AfterShip Integration: Your Path to Seamless Shipping
ShipHero is a popular order management and warehouse management system that can streamline your e-commerce business. On the other hand, AfterShip is a powerful shipment tracking platform that provides customers with timely updates on their orders. Integrating ShipHero and AfterShip is essential for seamless order management and improved customer experience. Today, I’ll be sharing a…
-
White Screen of Death in WordPress: A Step by step guide
As a seasoned WordPress developer, I’ve seen my fair share of the dreaded “White Screen of Death” (WSOD). If you’re not familiar with it, the WSOD is a frustrating issue where your website’s front-end displays nothing but a blank, white screen. This can be a nightmare for site owners, as it effectively renders your site…
-
9 Best Web Scraping APIs For Developers
Hello everyone, Web scraping has become an essential tool for developers to extract data from websites. However, developing a scraper that can work reliably can be a challenging task that takes up a lot of time and effort. Luckily, there’s a solution that can make web scraping a breeze: web scraping APIs. In this blog…
-
How to Create Gutenberg Block With ACF Plugin
WordPress 5.0 officially launched its own editor “Gutenberg” on November 27, 2018. It changes the way you create pages and posts and everything on your blog or website. Creating a custom Gutenberg block from scratch needs extra skills like Webpack, React, Babel, ESNext or ES5, and much more. Thanks to Advanced Custom Fields (ACF), now…