PHP code example of apermo / sovereignty

1. Go to this page and download the library: Download apermo/sovereignty library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

apermo / sovereignty example snippets


src/
├── Theme.php              # Hook registration (entry point)
├── Config.php             # theme.json config loader
├── Setup.php              # Theme supports, nav menus
├── Assets.php             # Script/style enqueue
├── Semantics.php          # Microformats2, Schema.org
├── Featured_Image.php     # Post thumbnails, post covers
├── Feed.php               # RSS/Atom extensions
├── Template/              # Template tags and helpers
├── Integration/           # Plugin integrations
└── Widget/                # Custom widgets