Project Type: WordPress Plugins

Admin Interface

Lean SEO adds a user-friendly meta box to the post and page editors for customizing SEO settings. What It Does The Lean_SEO_Admin class provides: SEO Meta Box: Added to post...

Meta Tags

Lean SEO automatically generates essential meta tags for SEO, social media sharing, and search engine crawling. What It Does The Lean_SEO_Meta class handles output of: HTML meta description Open Graph...

Changelog

All notable changes to Data Machine Recipes will be documented in this file. [1.1.5] - 2026-03-03 Fixed Remove PostTrackingTrait usage for Data Machine v0.35.0 compatibility [1.1.0] - 2025-12-24 Added WordPress...

Changelog

[1.7.0] - 2026-04-19 Added Homepage SEO settings section under Settings → Lean SEO: Custom homepage title (text field with template-variable support) Custom homepage meta description (textarea) Template variables supported in...

Running Action Scheduler at Scale (WP-CLI)

This guide documents the scale-focused knobs exposed by Action Scheduler’s WP-CLI commands and queue runner. All behavior described here is verified in the classes/WP_CLI/ implementation and related runner classes. Goal...

ActionScheduler_HybridStore (Migration Bridge)

ActionScheduler_HybridStore is a wrapper store that reads from two stores and migrates actions from the legacy store to the custom-table store on demand. It lives in classes/data-stores/ActionScheduler_HybridStore.php. Purpose During migration...

Logger Stores

Action Scheduler logging is handled by the ActionScheduler_Logger abstraction and two concrete implementations: ActionScheduler_DBLogger (custom tables) ActionScheduler_wpCommentLogger (legacy WP comments) This document covers all public methods, filters, and persistence details...

Data Store Overview

This document describes Action Scheduler’s store abstraction (ActionScheduler_Store) and how to select or extend stores. Purpose of the Store Abstraction Action Scheduler uses a data store layer to persist actions...

ActionScheduler_wpPostStore (Legacy WP Posts Store)

ActionScheduler_wpPostStore persists actions as a custom post type (scheduled-action) plus post meta and taxonomy data. It lives in classes/data-stores/ActionScheduler_wpPostStore.php and implements the ActionScheduler_Store interface. Storage Model Core Post Record Actions...

WP-CLI: `action-scheduler action`

This reference documents the wp action-scheduler action subcommands implemented in classes/WP_CLI/Action_Command.php and classes/WP_CLI/Action/*. Subcommands list — Query scheduled actions (supports all as_get_scheduled_actions() args). get — Get details for a single...

← Back to Chubes.net