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 | |
#PLUGIN FRONT-END MANAGEMENT | |
class hslider_frontend{ | |
#CONSTRUCT | |
public function __constuct(){ | |
} | |
#IMPLEMENT SHORTCODE LISTENER |
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 | |
#PLUGIN CONFIG | |
class hslider_setup{ | |
#CLASS VARS | |
private $capability = 'publish_posts'; | |
private $plugin_name; | |
private $plugin_friendly_name; | |
private $plugin_version; |
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 | |
#PLUGIN SHORTCODE MANAGEMENT | |
class hslider_shortcodes{ | |
#CLASS VARS | |
private $shortcode; //plugin shortcode is the same as the plugin name | |
private $plugin_dir; | |
private $plugin_url; | |
private $display; |
NewerOlder