Пример #1
0
 public static function View()
 {
     Tables::tableCheck();
     global $wpdb;
     $table = $wpdb->prefix . 'ar_profiles';
     return $wpdb->get_results("SELECT * FROM {$table}");
 }