Skip to content

KnowTheCode/Demo-Unregistering-Objects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title Enhancer Demo

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:

Installation

  1. Download it.
  2. Put into your wp-content/plugins/ folder
  3. Extract it
  4. Go into the ktc-starter folder first
  5. Run composer install in terminal to bring in the dependencies and install Composer locally.
  6. Then go into title-enhancer folder 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:

  1. Using PhpStorm, open your project and navigate to wp-content/plugins/. (Or open terminal and navigate there).
  2. Then type: git clone https://github.com/KnowTheCode/Demo-Unregistering-Objects.
  3. Go into the ktc-starter folder first
  4. Run composer install in terminal to bring in the dependencies and install Composer locally.
  5. Then go into title-enhancer folder 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 );

About

Demo purposes only - unregistering objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages