/wp-email-beautifier

A WordPress plugin to enhance email experiance

Primary LanguagePHPGNU Affero General Public License v3.0AGPL-3.0

Webdev Helper

Codelab7

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.