PATH:
home
/
letacommog
/
lenazen
/
wp-content
/
themes
/
Avada
/
includes
/
metaboxes
/
options
<?php /** * Elastic-Slider Metabox options. * * @author ThemeFusion * @copyright (c) Copyright by ThemeFusion * @link http://theme-fusion.com * @package Avada * @subpackage Core */ // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } $this->text( 'caption_1', esc_html__( 'Title', 'Avada' ), '' ); $this->text( 'caption_2', esc_html__( 'Caption', 'Avada' ), '' ); ?> <div class="clear"></div>
[+]
..
[-] options_es.php
[edit]
[-] options_slide.php
[edit]