PHP code example of ed-itsolutions / wp-fontawesome

1. Go to this page and download the library: Download ed-itsolutions/wp-fontawesome 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/ */

    

ed-itsolutions / wp-fontawesome example snippets


//functions.php, in your wp_enqeue_scripts action:

wp_enqueue_script('font-awesome');