PHP code example of creode / mu-plugin-installer
1. Go to this page and download the library: Download creode/mu-plugin-installer 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/ */
creode / mu-plugin-installer example snippets
/**
* Plugin Name: WordPress Blocks
* Description: WordPress Blocks plugin used by Creode to assist in the development of WordPress blocks.
* Version: :PLUGIN_VERSION:
*
* @package Creode Blocks
*/
// This is a loader for the plugin from the parent directory to handle MU Plugin installation.
/**
* Plugin Name: WordPress Blocks
* Description: WordPress Blocks plugin used by Creode to assist in the development of WordPress blocks.
* Version: 1.9.0
*
* @package Creode Blocks
*/
// This is a loader for the plugin from the parent directory to handle MU Plugin installation.