Ejemplo n.º 1
0
 public static function run()
 {
     $instance = self::getInstance();
     global $wpdb;
     self::$wpdb = $wpdb;
     self::$table = self::$wpdb->prefix . 'shshoutbox';
     self::$option = get_option('shSetting');
     return $instance;
 }