GlotPress plugin base class. It is supposed to be inherited.
Located in /gp-includes/plugin.php (line 6)
If you override the constructor, always call the parent one.
Adds a method in this class as an action with the same name.
For example $this->add_action( 'init', ... ) will add $this->init() as an init action
Adds a method in this class as a filter with the same name.
For example $this->add_filter( 'the_content', ... ) will add $this->the_content() as a the_content filter
Retrieve an option, specific to your plugin.
You don't have to prefix the key or to tie its name to your plugin.
Update an option, specific to your plugin.
You don't have to prefix the key or to tie its name to your plugin.
Documentation generated on Fri, 18 May 2012 01:46:04 +0100 by phpDocumentor 1.4.3