https://github.com/codelab7/webdev-helper
WordPress Plugin Start
https://github.com/codelab7/webdev-helper
wordpress wordpress-plugin wordpress-plugin-boilerplate
Last synced: 2 days ago
JSON representation
WordPress Plugin Start
- Host: GitHub
- URL: https://github.com/codelab7/webdev-helper
- Owner: CodeLab7
- License: gpl-2.0
- Created: 2020-03-02T13:17:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T06:53:20.000Z (about 5 years ago)
- Last Synced: 2025-05-13T19:15:04.246Z (5 months ago)
- Topics: wordpress, wordpress-plugin, wordpress-plugin-boilerplate
- Language: PHP
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Webdev Helper

A Handy plugin to help new wordpress development. To start working and twisting wordpress functinality, this plugin provide base for the new plugin.
## Use
- Download Zip and unzip it at `wp-content/plugins` Folder.
- Start with `webdevhelper.php` to change Plug In Name.### Register Actions and Hooks
You can use `includes/class-webdevhelper.php` file for adding actions and hooks. Define hooks under `define_public_hooks` and `define_admin_hooks` as per your use.And there must be a function for the same into file `public/class-webdevhelper-public.php` and `admin/class-webdevhelper-admin.php` for doing things with actions.