Exemplo n.º 1
0
 /**
  * Gets instance of class.
  *
  * @return WP_Recipe_Id Instance of the class.
  */
 public static function get_instance()
 {
     if (null == self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }