2014-04-09 16:22:44 -04:00
|
|
|
<?php
|
2014-04-25 18:58:07 -04:00
|
|
|
|
2014-04-09 16:22:44 -04:00
|
|
|
/**
|
2014-04-30 22:55:34 -04:00
|
|
|
* @TODO
|
|
|
|
* Short description (no period for file headers)
|
2014-04-25 18:58:07 -04:00
|
|
|
*
|
2014-04-30 22:55:34 -04:00
|
|
|
* Long description.
|
2014-04-09 16:22:44 -04:00
|
|
|
*
|
2014-04-30 22:55:34 -04:00
|
|
|
* @package TODO
|
|
|
|
* @author Your Name <email@example.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @TODO
|
|
|
|
* Short description (no period for file headers)
|
2014-04-25 18:58:07 -04:00
|
|
|
*
|
2014-04-30 22:55:34 -04:00
|
|
|
* Long description.
|
|
|
|
*
|
|
|
|
* @package TODO
|
|
|
|
* @author Your Name <email@example.com>
|
|
|
|
* @license GPL-2.0+
|
|
|
|
* @link http://example.com
|
|
|
|
* @copyright 2014 Your Name or Company Name
|
2014-04-09 16:22:44 -04:00
|
|
|
*/
|
|
|
|
class Plugin_Name {
|
|
|
|
|
2014-04-30 22:55:34 -04:00
|
|
|
/**
|
|
|
|
* This class is used to define common functionality that exists between
|
|
|
|
* both the dashboard and the public-facing side of the website.
|
|
|
|
*
|
|
|
|
* If any hooks are defined in this class, then they should be defined
|
|
|
|
* in their respective Loader classes (that is, Plugin_Name_Admin_Loader
|
|
|
|
* or Plugin_Name_Loader).
|
|
|
|
*
|
|
|
|
* An instance of this class should then be passed to the loader
|
|
|
|
*/
|
|
|
|
|
2014-04-25 18:39:31 -04:00
|
|
|
}
|