Esempio n. 1
0
 /**
  * Access this plugin’s working instance
  *
  * @wp-hook plugins_loaded
  * @return  object of this class
  */
 public static function get_instance()
 {
     NULL === self::$instance and self::$instance = new self();
     return self::$instance;
 }