Ok kids, here are the two plugins for you to test out the title enhancer. This repo is for demo purposes only. This is not a production ready. It's merely to give you the means to test getting the instance(s) of a class construct.
This repo accompanies the documentation and video explanations found on our site:
- Download it.
- Put into your
wp-content/plugins/folder - Extract it
- Go into the
ktc-starterfolder first - Run
composer installin terminal to bring in the dependencies and install Composer locally. - Then go into
title-enhancerfolder and repeat step 5.
Installation from GitHub is as simple as cloning the repo onto your local machine. To clone the repo, do the following:
- Using PhpStorm, open your project and navigate to
wp-content/plugins/. (Or open terminal and navigate there). - Then type:
git clone https://github.com/KnowTheCode/Demo-Unregistering-Objects. - Go into the
ktc-starterfolder first - Run
composer installin terminal to bring in the dependencies and install Composer locally. - Then go into
title-enhancerfolder and repeat step 4.
The font icons used are from ionicons. You will need to make sure they are enqueued in your theme by doing:
wp_enqueue_style( 'ionicons', '//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css', array(), CHILD_THEME_VERSION );