DEV Community

wpbones
wpbones

Posted on

WP Bones 1.8.0: Advancing WordPress Plugin Development

The latest release of WP Bones, version 1.8.0, is a major update for developers looking for a strong framework for WordPress plugin development. Released on November 15, 2024, this version includes new features, bug fixes, and enhancements that simplify development and expand the framework's capabilities. Here’s a detailed overview of what’s new and improved in WP Bones 1.8.0.

WP Bones v1.8

  • WordPressScheduleServiceProvider: Simplifies management of WordPress cron jobs, inspired by Laravel's scheduling.
  • php bones make:schedule Command: Facilitates easy creation of cron jobs from the command line.
  • Boilerplate Enhancements:
  • WPKirk-Cron-Boilerplate and WPKirk-Hooks-Boilerplate serve as templates demonstrating best practices.
  • New Helper Functions:
    • wpbones_cache(): Simplifies cached data management using WordPress transients.
    • wpbones_import(): Streamlines module folder management for better code organization.
  • File Property in Plugin Class: Provides an alias for the FILE constant, simplifying plugin architecture.

and more...

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

Postgres on Neon - Get the Free Plan

No credit card required. The database you love, on a serverless platform designed to help you build faster.

Get Postgres on Neon