PHP code example of szepeviktor / starter-theme

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

    

szepeviktor / starter-theme example snippets


remove_action('wp_enqueue_scripts', 'wp_common_block_scripts_and_styles');