Disable revisions
How to disable the by default enabled revisions to save a lot of database space.
How to disable the by default enabled revisions to save a lot of database space.
Joshua Wold explains from a design perspective how WooCommerce widgets are being converted into Gutenberg blocks. A lot more work goes into this than you might think!
If you’re a BuddyPress user, make sure you upgrade to the latest security release, which fixes a few cross-site request forgery (CSRF) issues. You might also want to check out the updated version of the WooCommerce BuddyPress Integration plugin from Themekraft. It looks nice, especially as it synchronizes WooCommerce data with existing BuddyPress profiles. Themekraft…
WP Engine recently announced the launch of Global Edge Security, an “enterprise-class advanced security solution” in conjunction with Cloudflare. They have also recently provided its customers with the Genesis framework and themes after acquiring StudioPress in June.
Warren Holmes is the Chief Information Officer at WooThemes. He tells a story on his personal blog how WooThemes opened up their documentation site from behind the paywall, and now that site is the referrer for 60% of their revenue. It’s pretty amazing what a happy accident that must be. I’ve always been an advocate…
Paid Memberships Pro has a somewhat unique monetization method for their plugin. They largely monetize by selling support and custom work, versus selling any kind of extension or functionality. All Paid Memberships Pro features are free. A few years ago, this wouldn’t be out of the norm, but today the primary model for success appears…
Our code in WordPress plugins and themes should follow some basic standards. Here are a few simple tips to make your code more aligned with the standards of the core project. Prefix everything Nacin said it best. Prefix everything. Prefix your functions. Prefix your classes. Prefix anything that has even a little bit of a…