Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 1.04 KB

FOLDER-STRUCTURE.md

File metadata and controls

14 lines (14 loc) · 1.04 KB

Folder structure

plugins/simple-metadata-news                            # → Plugin root
├── languages                                           # → Languages folder
│   └── simple-metadata-news                            # → Simple metadata news                              
├── .gitattributes                                                                 
├── .gitignore                                     
├── FOLDER-STRUCTURE.md                                 # → Folder structure file md
├── index.php                                           # → Empty index file php
├── LICENSE.md                                          # → License for GitHub
├── license.txt                                         # → License for WP
├── README.md                                           # → Readme file for GitHub
├── readme.txt                                          # → Readme file for WP
└── simple-metadata-news.php                            # → Plugin file php