Libraries tagged by wp actions
soderlind/all-sites-cron
848 Downloads
Run wp-cron on all public sites in a multisite network
tombroucke/wp-fluent-hooks
54 Downloads
A small utility package that provides a modern, fluent interface for adding WordPress action and filter hooks. Chain methods to build your hooks in a more expressive and readable way.
municipio/wp-plugin-hbg-content-scheduler
533 Downloads
Nicer major publising actions interface and feature for post unpublising scheduleing
kaiseki/wp-hook
3558 Downloads
Register classes with add_filter and add_action hooks
concept-image/wp-acorn-stubs
506 Downloads
Add commands to generate action class file, service class file, enum file, interface file, trait file, and value object class file. This package should be installed as a dev dependency.
citation-media/wp-webhook-framework
302 Downloads
Entity-level webhook framework for WordPress using Action Scheduler.
piotrpress/wordpress-hooks
231 Downloads
This library uses PHP Attributes (introduced in PHP version 8.0) to automagically add/remove WordPress Hooks (Filters and Actions) to/from functions and methods.
ideasonpurpose/wp-google-analytics
140 Downloads
Adds a wp_head action to inject Google analytics code snippets
ultimate-multisite/the-perfect-wp-cron
6 Downloads
Event-loop job queue for WordPress. Executes WP Cron and Action Scheduler jobs at exact scheduled times with zero polling.
vincentvdree/wp-hooked
140 Downloads
A small package for defining actions and filters in WordPress using classes and attributes.
tmf/wp-hookable-service
111 Downloads
A Pimple ServiceProvider that registers pimple services and hooks them up the WordPress Plugin system (actions, filters)
thefrosty/wp-login-locker
261 Downloads
Disable direct access to your sites /wp-login.php script, plus user notifications based on actions.
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.
spenserhale/wp-autohook-library
76 Downloads
A library for automatically hooking classes into WordPress actions and filters.
ideasonpurpose/wp-theme-init
269 Downloads
A common baseline of repeated functions, filters and actions used across WordPress themes.