示例#1
0
 /**
  * Define the core functionality of the plugin.
  *
  */
 private function __construct()
 {
     $this->set_locale();
     Akses_Membership::register_hooks();
     $this->define_admin_hooks();
     $this->define_public_hooks();
     $this->define_post_types();
     $this->register_hooks();
 }