PHP code example of neochic / woodlets

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

    

neochic / woodlets example snippets


    
    action( 'tgmpa_register', function() {
        $plugins = array(
            array(
                'name'               => 'Woodlets',
                'slug'               => 'woodlets',
                'source'             => 'https://github.com/Neochic/Woodlets/releases/download/v0.6.13/woodlets-v0.6.13-bundled.zip',
                '

    
    do_action('neochic_woodlets_render_template');
    
index.php
index.php