Example #1
0
 /**
  * 
  * @return MPP_Oembed_Storage_Manager
  */
 public static function get_instance()
 {
     if (!isset(self::$instance)) {
         self::$instance = new self();
     }
     return self::$instance;
 }
/**
 * Singleton Instance of MPP_Oembed_Storage_Manager
 * 
 * @return MPP_Oembed_Storage_Manager
 */
function mpp_oembed_storage()
{
    return MPP_Oembed_Storage_Manager::get_instance();
}