4 个仓库
A structured toolkit providing a centralized hook loader, internationalization support, and repository asset preparation for WordPress plugins.
Distinct from Plugin Development Kits: Distinct from Plugin Development Kits: specifically targets WordPress plugin development with WordPress-specific features.
Explore 4 awesome GitHub repositories matching development tools & productivity · WordPress. Refine with filters or upvote what's useful.
The WordPress Plugin Boilerplate is a standardized, object-oriented foundation for building WordPress plugins. It provides a predictable directory structure that separates admin, public, and shared logic, along with a singleton main plugin class that serves as a single entry point for initialization. The boilerplate includes a centralized class-loader hook registry for managing WordPress actions and filters, and prepares user-facing strings for translation through a variable text domain and generated .pot files. This toolkit streamlines plugin development by organizing repository assets like
Provides a structured toolkit with a centralized hook loader, internationalization support, and repository asset preparation.
WordPress boilerplate with Composer and Git, easier configuration, and an improved folder structure
Organizes WordPress sites with a cleaner folder layout separating web-root from application logic.
A free, fast, and reliable Open Source CDN for npm, GitHub, Javascript, and ESM
Provides CDN-hosted delivery of WordPress plugin and theme assets from SVN repositories.
Timber is a PHP library that integrates the Twig template engine into WordPress themes, providing an object-oriented framework for theme development. It wraps WordPress data — posts, terms, users, menus, and comments — in structured PHP classes, allowing developers to work with objects instead of raw arrays while keeping HTML markup separate from PHP logic through Twig templates. The library distinguishes itself by offering a complete set of tools for modern WordPress theme building. It includes a file-based template hierarchy with fallback chains, dynamic image manipulation with resizing, cr
Retrieves WordPress objects through common properties like slug, ID, and name for consistent access.