Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 1.46 KB

FOLDER-STRUCTURE.md

File metadata and controls

15 lines (15 loc) · 1.46 KB

Folder structure

plugins/simple.advertising                                                      # → Plugin root
├── languages                                                                   # → Languages folder
│   └── simple-advertising.pot                                                  # → Simple advertising file pot                                            
├── .gitattributes                                                             
├── .gitignore                                                                  
├── FOLDER-STRUCTURE.md                                                         # → Folder structure file md
├── index.php                                                                   # → Empty index file php
├── LICENSE.md                                                                  # → License file md
├── LICENSE.txt                                                                 # → License file txt
├── README.md                                                                   # → Readme file md                          
├── README.txt                                                                  # → Readme file txt
├── simple-advertising.php                                                      # → Simple advertising file php         
└── unistall.php                                                                # → Unistall file php