PHP code example of wp-kit / shortcodes

1. Go to this page and download the library: Download wp-kit/shortcodes 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/ */

    

wp-kit / shortcodes example snippets


composer 

//inside themosis-theme/resources/config/providers.config.php

return [
    WPKit\Shortcodes\ShortcodeServiceProvider::class
];

'Theme\\Shortcodes\\' => themosis_path('theme.resources').'shortcodes',
resources/config/loading.config.php