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

1.9

parent b42b5f6d
No related branches found
No related tags found
No related merge requests found
......@@ -261,4 +261,3 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
}
new WPDesk_Plugin_Template_Settings_Hooks( $this );
......@@ -16,12 +16,10 @@ if ( ! class_exists( 'WPDesk_Plugin_1_9' ) ) {
*/
class WPDesk_Plugin_1_9 {
const VERSION = '1.8';
const VERSION = '1.9';
protected $plugin_is_active = true;
//protected $plugin_data = false;
protected $default_view_args;
public $plugin_namespace = 'wpdesk_plugin';
......@@ -38,6 +36,8 @@ if ( ! class_exists( 'WPDesk_Plugin_1_9' ) ) {
public $default_settings_tab = 'general';
public $setting_hooks = null;
public $settings = null;
public $options = null;
......
......@@ -74,6 +74,7 @@
if ( $this->plugin_is_active() ) {
require_once 'classes/class-plugin-template-settings-hooks.php';
$this->setting_hooks = new WPDesk_Plugin_Template_Settings_Hooks( $this );
$this->init();
$this->hooks();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment