-
Notifications
You must be signed in to change notification settings - Fork 0
polysign/wpSwitch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
wpSwitch is a simple Wordpress plugin to switch through an array. You can use it standalone if you want to. It's just a single file :) 1. initialize wpSwitch: $obj = new wpSwitch(array( "red", "blue", "green" )); 2. use it inside a loop echo $obj->go() . " "; 3. this will output red blue green
About
Simple plugin to switch through an array. You can use it standalone, or as a plugin for WP.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published