FS Generic Object Oriented WP Plugin

Generic Object-Oriented WordPress plugin for developer use.

Author:Freelance Soft (profile at wordpress.org)
WordPress version required:3.3
WordPress version tested:3.4.2
Plugin version:0.1
Added to WordPress repository:03-12-2012
Last updated:03-12-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://www.freelance-soft.com/productos/wp/ge...
Total downloads:580
plugin download
Click to start download

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.