Skip to content

Folder Structures and Contents

Beda Schmid edited this page Jul 4, 2022 · 2 revisions
├── admin
│   ├── css
│   │   ├── cp-plgn-drctry-admin.css
│   │   └── cp-plgn-drctry-settings.css
│   ├── js
│   │   ├── cp-plgn-drctry-admin.js
│   │   └── cp-plgn-drctry-settings.js
│   ├── partials
│   │   ├── cp-plgn-drctry-admin-display.php
│   │   ├── cp-plugins.txt
│   │   └── github-orgs.txt
│   ├── class-cp-plgn-drctry-admin.php
│   ├── class-cp-plgn-drctry-cp-api.php
│   ├── class-cp-plgn-drctry-cp-plugins-dir.php
│   ├── class-cp-plgn-drctry-fx.php
│   ├── class-cp-plgn-drctry-github.php
│   ├── class-cp-plgn-drctry-plugin-fx.php
│   ├── class-cp-plgn-drctry-settings.php
│   └── index.php
├── includes
│   ├── class-cp-plgn-drctry-activator.php
│   ├── class-cp-plgn-drctry-deactivator.php
│   ├── class-cp-plgn-drctry-i18n.php
│   ├── class-cp-plgn-drctry-loader.php
│   ├── class-cp-plgn-drctry.php
│   └── index.php
├── languages
│   └── tukutoi-cp-directory-integration.pot
├── LICENSE
├── README.txt
├── changelog.txt
├── index.php
├── readme.md
├── tukutoi-cp-directory-integration.php
└── uninstall.php
Clone this wiki locally