PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
shortcodes
<?php abstract class WebOnCoreShortcode extends QodeFrameworkShortcode { private $layouts = array(); private $extra_options = array(); public function __construct() { parent::__construct(); } public function get_layouts() { return $this->layouts; } public function set_layouts( $layouts ) { $this->layouts = $layouts; } public function get_extra_options() { return $this->extra_options; } public function set_extra_options( $extra_options ) { $this->extra_options = $extra_options; } public function map_extra_options() { $extra_options = $this->get_extra_options(); if ( ! empty ( $extra_options ) ) { foreach ( $extra_options as $option ) { $this->set_option( $option ); } } } }
[+]
text-marquee
[-] list-shortcode.php
[edit]
[-] shortcodes.php
[edit]
[+]
google-map
[+]
progress-bar
[+]
icon-with-text
[+]
..
[+]
icon
[+]
icon-list-item
[+]
interactive-link-showcase
[+]
button
[+]
separator
[+]
image-gallery
[+]
counter
[+]
dropcaps
[+]
vertical-split-slider
[+]
call-to-action
[+]
frame-slider
[+]
info-section
[+]
highlight
[+]
search-post-type
[+]
video-button
[+]
tabs
[+]
countdown
[+]
custom-font
[+]
parallax-images
[+]
accordion
[+]
banner
[-] shortcode.php
[edit]
[-] include.php
[edit]
[+]
section-title
[+]
single-image
[+]
item-showcase
[-] helper.php
[edit]
[+]
pricing-table
[+]
image-marquee
[+]
image-with-text
[+]
text-with-image-showcase
[+]
dashboard