This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Sample theme class for adding sections and controls for WordPress theme | |
* | |
* This is a simple class for adding sections and controls for WordPress theme. | |
* You can use it freely, modify it for your needs. Just include it in your functions.php file | |
* | |
* @since 1.0.0 | |
* @author Aleksandar Andrijevic <[email protected]> | |
* @link http://alekandrijevic.com |