예제 #1
0
파일: ajax.php 프로젝트: HackingWP/layerswp
 /**
  *  Initiator
  */
 public static function get_instance()
 {
     if (!isset(self::$instance)) {
         self::$instance = new Layers_Custom_Meta();
     }
     return self::$instance;
 }
예제 #2
0
 function layers_register_widget_ajax()
 {
     $widget_ajax = new Layers_Widget_Ajax();
     $widget_ajax->init();
 }