PHP code example of heymehedi / utils

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

    

heymehedi / utils example snippets


/your-plugin-name/dynamic-utils.config.php

return [
	'project_key' => 'content_restriction',
	'key_prefix'  => '_',
	'key_suffix'  => '_',
];

return [
	'version'     => '2.0.0',
	'min_php'     => '7.4',
	'db_version'  => '1.0.0',
	'menu_slug'   => 'all-in-one-content-restriction',
	'menu_cap'    => 'manage_options',
	'environment' => 'development',

	'project_key' => 'content_restriction',
	'key_prefix'  => '_',
	'key_suffix'  => '_',
];