• File: options_es.php
  • Full Path: /home/docteuh/www/themes/Avada/includes/metaboxes/options/options_es.php
  • Date Modified: 11/20/2023 6:11 PM
  • File size: 480 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Elastic-Slider Metabox options.
 *
 * @author     ThemeFusion
 * @copyright  (c) Copyright by ThemeFusion
 * @link       https://avada.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>