PHP code example of codesoup / acf-admin-categories

1. Go to this page and download the library: Download codesoup/acf-admin-categories 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/ */

    

codesoup / acf-admin-categories example snippets


// Load ACF Admin Categories plugin
$acf_categories = get_template_directory() . '/vendor/codesoup/acf-admin-categories/index.php';
if ( file_exists( $acf_categories ) ) {
    heet_directory_uri() . '/vendor/codesoup/acf-admin-categories';
    });
}