1. Architecture
Sport Plugins
  • Plugin Sport
    • Tổng quan
    • Architecture
      • System
      • Source Code
    • Development
      • dev
  • WP Sport Widgets
    • Tổng quan
    • Architecture
      • System
      • Source Code
    • Development
      • dev
  • Sport Theme
    • Tổng quan
  1. Architecture

Source Code

├── 📁 assets/                  
│   ├── 📁 css/                # Styles frontend
│   ├── 📁 images/             # Hình ảnh
│   ├── 📁 js/                 # Javascript
│   ├── 📁 swiper/             # Thư viện slider (Swiper)
│
├── 📁 shortcodes/             
│   ├── 📁 exchange/           # Shortcode tỷ giá
│   ├── 📁 gold/               # Shortcode giá vàng
│   ├── 📁 lottery/            # Shortcode xổ số
│   ├── 📁 weather/            # Shortcode thời tiết
│   └── index.php              # Chống truy cập trực tiếp
│
├── 📁 widgets/                
│   ├── Sport_Lottery_Widget.php   # Widget xổ số (WP Widget API)
│   └── index.php                  # Bảo mật thư mục
│
├── 📄 sport-wp-widgets.php    # File chính plugin (entry point)
├── 📄 setting.php             # Trang cấu hình plugin (admin settings)
├── 📄 site-api.php            # Kết nối API / tracking / license
├── 📄 update-checker.php      # Tự động kiểm tra cập nhật plugin
├── 📄 widgets_version.json    # Quản lý version (update system)
├── 📄 .gitignore              # Cấu hình git ignore ```

Download source code#

git clone https://git.nospace.network/thscore/sport-wp-widgets.git
cd sport-plugin
git checkout  master
Ngày cập nhật 2026-03-26 14:43:48
Trước
System
Tiếp theo
dev
Built with