m_pre = 'qmp'; $this->m_owl_name = 'Jack'; $this->m_owl_image = 'https://qody.s3.amazonaws.com/qodys-rotator/a-265x300.png'; $this->m_owl_buy_url = 'http://plugins.qody.co/owl/jack/'; $this->m_plugin_version = '1.0.0'; $this->m_plugin_name = 'Mapper'; $this->m_plugin_slug = 'qodys-mapper'; $this->m_plugin_file = plugin_basename(__FILE__); $this->m_plugin_folder = dirname(__FILE__); $this->m_raw_file = __FILE__; // Set plugin name, slug, file, and folder parent::__construct(); } function LoadClasses() { parent::LoadClasses(); $this->LoadOverseers(); $this->LoadPostTypes(); $this->LoadAdminPages(); $this->LoadContentControllers(); } } // create an instance of the main class to start the plugin's system. $qodys_mapper = new QodysMapper(); // Register the plugin with Wordpress $qodys_mapper->RegisterPlugin(); } } if( !function_exists('qody_framework_warning') ) { function qody_framework_warning() { $data = "

Your plugin by Qody is almost ready. You must install/update the framework plugin for it to work properly.

"; echo $data; } } if( $framework_problem ) add_action('admin_notices', 'qody_framework_warning'); ?>