Simple WP Hooks Plugin
Beginner WordPress plugin demonstrating actions and filters
by Yasshaswi Gullipalli · github.com/yasshaswi-gullipalli/simple-wp-hooks-plugin
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/yasshaswi-gullipalli/simple-wp-hooks-plugin/archive/refs/heads/main.zipThis plugin demonstrates basic usage of WordPress actions and filters.
Features
- Uses add_action to modify footer content
- Uses add_filter to modify post titles
Purpose
Created to understand WordPress plugin architecture and hooks.