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 | |
/* | |
All extended shortcode class are extended from the helper class - Fishpig_Wordpress_Helper_Shortcode_Abstract | |
There are two abstract functions you must implement | |
public function getTag() | |
this functions defines [tagname]. |