Libraries tagged by wordpress hooks
concept-image/wp-starter-theme
607 Downloads
Base theme setup for WordPress with custom hooks and templates for Concept Image. Optimized for Roots Acorn.
mjkhajeh/wporm
102 Downloads
WPORM is a lightweight, Eloquent-inspired ORM for WordPress plugins and themes. It provides expressive, fluent query building, model relationships, schema management, attribute casting, and event hooks—while fully supporting the WordPress database API and table prefixing. WPORM makes it easy to build modern, maintainable database code in any WordPress project.
symplely/hooks
3 Downloads
A simple event dispatching plugin library, a ported fork of WordPress hook API system.
kerryrandolph/wp-hook-annotations
1256 Downloads
Use PHP docblock @annotations to register WordPress hooks, filters and shortcodes
cloakwp/hook-modifiers
50 Downloads
Extend WordPress hooks with modifiers for more granular filters and actions
arnaud-ritti/wp-hook
1095 Downloads
Use PHP Docblock (annotations) to register WordPress hooks, filters and shortcodes.
brain/hooks-mock
67 Downloads
A mocking class utility for WordPress hooks
tadcms/hooks
148 Downloads
Add Actions and filters in Laravel like WordPress.
rarst/advanced-hooks-api
4 Downloads
Set of (experimental) wrappers that allow to hook more elaborate WordPress events without coding intermediary functions
wonderwp/hook
2476 Downloads
WonderWp Hook Component
steveorevo/wp-hooks
85 Downloads
WP-Hooks is a base class that minimizes the overhead of creating WordPress plugins and functions. Simply create a class that extends the WP_Hooks class and start defining functions for the given action, filter, shortcode or registration event.
hongyukeji/laravel-hook
215 Downloads
The WordPress filter/action system in Laravel
claudiosanches/wp-git-hooks
242 Downloads
WP GIT Hooks
typisttech/wp-contained-hook
25936 Downloads
Using PSR-11 container implementation in WordPress plugins, themes and packages during WordPress action/filter callbacks.
filips123/eventy
54 Downloads
The WordPress hook system in classic (pure) PHP