Domain: antoinekatan.com
Server Adress: 10.127.20.23

privdayz.com

/home/xdxuekl/www/wp-content/plugins/quart-core/lib/
Dosya Yükle :
Current File : /home/xdxuekl/www/wp-content/plugins/quart-core/lib/shortcode-interface.php

<?php

namespace QuartCore\Lib;

/**
 * Interface ShortcodeInterface
 * @package QuartCore\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 );
}

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.