Skip to content

orkan/wp-base1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordpress plugin: Ork Base1 example v3.0.0

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:

MIT

Author

Orkan

Updated

Sun, 26 May 2024 17:14:21 +02:00