Submit
Path:
~
/
home
/
getwphos
/
public_html
/
BenjaminMarc-Struktur
/
wp-content
/
plugins
/
struktur-core
/
lib
/
File Content:
shortcode-interface.php
<?php namespace StrukturCore\Lib; /** * Interface ShortcodeInterface * @package StrukturCore\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 ); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
google-fonts.php
509420 bytes
0644
helpers-functions.php
12788 bytes
0644
post-type-interface.php
280 bytes
0644
shortcode-interface.php
533 bytes
0644
shortcode-loader.php
1764 bytes
0644
N4ST4R_ID | Naxtarrr