https://github.com/codelab7/wp-email-beautifier
A WordPress plugin to enhance email experiance
https://github.com/codelab7/wp-email-beautifier
Last synced: 5 months ago
JSON representation
A WordPress plugin to enhance email experiance
- Host: GitHub
- URL: https://github.com/codelab7/wp-email-beautifier
- Owner: CodeLab7
- License: agpl-3.0
- Created: 2020-09-03T05:54:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T08:02:16.000Z (about 5 years ago)
- Last Synced: 2023-08-25T10:04:53.285Z (about 2 years ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 `EB.php` to change Plug In Name.### Register Actions and Hooks
You can use `includes/class-EB.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-EB-public.php` and `admin/class-EB-admin.php` for doing things with actions.