Skip to content
Snippets Groups Projects
Commit 7d99e55f authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Hookable

parent f2377c90
No related branches found
No related tags found
1 merge request!7Feature/hookable object
Pipeline #6954 failed
......@@ -40,6 +40,9 @@ abstract class AbstractPlugin implements \WPDesk_Translable, Hookable {
$this->plugin_namespace = strtolower( $plugin_info->get_plugin_dir() );
}
/**
* Init.
*/
public function init() {
$this->init_base_variables();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment