FS Generic Object Oriented WP Plugin - Rating, Reviews, Demo & Download
Plugin Description
Files:
/classes/fs_generic_wp_plugin.php
Abstract class with support for:
* Activate, deactivate and uninstall plugin.
* Internalization.
* Menu and submenu registry for wordpress dashboard.
* Shortcode support.
/classes/fs_translator.php
Internalization class.
/classes/hello_world_plugin.php
Class example with implemented fs_generic_wp_plugin.
/lang
.po files for internalization use.
/sql
.sql files for create and delete DB tables:
*plugin_tables.sql: this script will be executed on plugin activation
*plugin_tables_uninstall.sql: this script will be executed on plugin uninstall,
for example: delete plugin tables.
/generic-wp-plugin.php
Main script plugin.
/uninstall.php
This script will be executed on plugin uninstall.
Screenshots
No screenshots provided