コード例 #1
0
 /**
  * Get accessor method for instance property.
  *
  * @return WP_MailChimp_Feed Instance of the class.
  */
 public static function get_instance()
 {
     if (null == self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }
コード例 #2
0
<?php

WP_MailChimp_Feed::get_instance();