Submit
Path:
~
/
home
/
getwphos
/
public_html
/
ccma
/
wp-content
/
plugins
/
curly-twitter-feed
/
lib
/
File Content:
shortcode-interface.php
<?php namespace CurlyTwitter\Lib; /** * Interface ShortcodeInterface * @package CurlyTwitter\Lib */ interface ShortcodeInterface { /** * Returns base for shortcode * @return string */ public function getBase(); /** * Maps shortcode to Visual Composer. Hooked on vc_before_init */ public function vcMap(); /** * Renders shortcodes HTML * * @param $atts array of shortcode params * @param $content string shortcode content * @return string */ public function render($atts, $content = null); }
Submit
FILE
FOLDER
Name
Size
Permission
Action
curly-twitter-api.php
17719 bytes
0644
curly-twitter-helper.php
2875 bytes
0644
shortcode-interface.php
575 bytes
0644
shortcode-loader.php
1987 bytes
0644
N4ST4R_ID | Naxtarrr