orkan / wp-base1
Wordpress plugin: WP Base Example 1
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- orkan/wp-base: ^3
This package is auto-updated.
Last update: 2024-10-26 16:18:06 UTC
README
Basic example demonstrating usage of orkan/wp-base package.
Installation:
$ composer require orkan/wp-base1
Tools:
This package comes with some example Tools:
$Factory->Mailer()->run(); // Example with WP Mail form $Factory->Formix()->run(); // Example how to create custom FORM with various inputs $Factory->Ajaxer()->run(); // Example how to handle Ajax requests
... and their CSS/JS assets (/assets
dir) and FORM input definitions ( /config
dir).
Links to these Tools will be automatically displayed in the: Dashboard > Plugins > Ork Base1 - meta row.
Requirements:
- PHP ^7
- Composer ^2
- WordPress ^6
License:
Author
Updated
Sun, 26 May 2024 17:14:21 +02:00