Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/class-zerif-customize-upsell-pro.php.tar

wp-content/themes/zerif-lite/inc/customizer-info/class/class-zerif-customize-upsell-pro.php000064400000003156151135357330033770 0ustar00home/xbodynamge/lebauwcentre<?php
/**
 * Pro customizer section.
 *
 * @since  2.0.5
 * @access public
 *
 * @package zerif-lite
 */

/**
 * Class Zerif_Customizer_Upsell_Pro
 */
class Zerif_Customizer_Upsell_Pro extends WP_Customize_Section {
	/**
	 * The type of customize section being rendered.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $type = 'zerif-upsell-pro';
	/**
	 * Upsell title to output.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $upsell_title = '';
	/**
	 * Label text to output.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $label_text = '';
	/**
	 * Label URL.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $label_url = '';
	/**
	 * Add custom parameters to pass to the JS via JSON.
	 *
	 * @since  2.0.5
	 * @access public
	 */
	public function json() {
		$json                 = parent::json();
		$json['upsell_title'] = $this->upsell_title;
		$json['label_text']   = $this->label_text;
		$json['label_url']    = esc_url( $this->label_url );
		return $json;
	}
	/**
	 * Outputs the Underscore.js template.
	 *
	 * @since  2.0.5
	 * @access public
	 * @return void
	 */
	protected function render_template() {
		?>

		<li id="accordion-section-{{ data.id }}" class="accordion-section control-section control-section-{{ data.type }} cannot-expand">
			<h3 class="accordion-section-title">
				{{data.upsell_title}}
				<# if ( data.label_text && data.label_url ) { #>
					<a class="button button-secondary alignright" href="{{data.label_url}}" target="_blank">
						{{data.label_text}}
					</a>
				<# } #>
			</h3>
		</li>
		<?php
	}
}
dev/wp-content/themes/zerif-lite/inc/customizer-info/class/class-zerif-customize-upsell-pro.php000064400000003156151136173330032063 0ustar00home/xbodynamge<?php
/**
 * Pro customizer section.
 *
 * @since  2.0.5
 * @access public
 *
 * @package zerif-lite
 */

/**
 * Class Zerif_Customizer_Upsell_Pro
 */
class Zerif_Customizer_Upsell_Pro extends WP_Customize_Section {
	/**
	 * The type of customize section being rendered.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $type = 'zerif-upsell-pro';
	/**
	 * Upsell title to output.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $upsell_title = '';
	/**
	 * Label text to output.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $label_text = '';
	/**
	 * Label URL.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $label_url = '';
	/**
	 * Add custom parameters to pass to the JS via JSON.
	 *
	 * @since  2.0.5
	 * @access public
	 */
	public function json() {
		$json                 = parent::json();
		$json['upsell_title'] = $this->upsell_title;
		$json['label_text']   = $this->label_text;
		$json['label_url']    = esc_url( $this->label_url );
		return $json;
	}
	/**
	 * Outputs the Underscore.js template.
	 *
	 * @since  2.0.5
	 * @access public
	 * @return void
	 */
	protected function render_template() {
		?>

		<li id="accordion-section-{{ data.id }}" class="accordion-section control-section control-section-{{ data.type }} cannot-expand">
			<h3 class="accordion-section-title">
				{{data.upsell_title}}
				<# if ( data.label_text && data.label_url ) { #>
					<a class="button button-secondary alignright" href="{{data.label_url}}" target="_blank">
						{{data.label_text}}
					</a>
				<# } #>
			</h3>
		</li>
		<?php
	}
}
wp-content/themes/zerif-lite/inc/customizer-info/class/class-zerif-customize-upsell-pro.php000064400000003156151143672400033277 0ustar00home/xbodynamge/namtation<?php
/**
 * Pro customizer section.
 *
 * @since  2.0.5
 * @access public
 *
 * @package zerif-lite
 */

/**
 * Class Zerif_Customizer_Upsell_Pro
 */
class Zerif_Customizer_Upsell_Pro extends WP_Customize_Section {
	/**
	 * The type of customize section being rendered.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $type = 'zerif-upsell-pro';
	/**
	 * Upsell title to output.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $upsell_title = '';
	/**
	 * Label text to output.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $label_text = '';
	/**
	 * Label URL.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $label_url = '';
	/**
	 * Add custom parameters to pass to the JS via JSON.
	 *
	 * @since  2.0.5
	 * @access public
	 */
	public function json() {
		$json                 = parent::json();
		$json['upsell_title'] = $this->upsell_title;
		$json['label_text']   = $this->label_text;
		$json['label_url']    = esc_url( $this->label_url );
		return $json;
	}
	/**
	 * Outputs the Underscore.js template.
	 *
	 * @since  2.0.5
	 * @access public
	 * @return void
	 */
	protected function render_template() {
		?>

		<li id="accordion-section-{{ data.id }}" class="accordion-section control-section control-section-{{ data.type }} cannot-expand">
			<h3 class="accordion-section-title">
				{{data.upsell_title}}
				<# if ( data.label_text && data.label_url ) { #>
					<a class="button button-secondary alignright" href="{{data.label_url}}" target="_blank">
						{{data.label_text}}
					</a>
				<# } #>
			</h3>
		</li>
		<?php
	}
}
www/wp-content/themes/zerif-lite/inc/customizer-info/class/class-zerif-customize-upsell-pro.php000064400000003155151143707010032124 0ustar00home/xbodynamge<?php
/**
 * Pro customizer section.
 *
 * @since  2.0.5
 * @access public
 *
 * @package zerif-lite
 */

/**
 * Class Zerif_Customizer_Upsell_Pro
 */
class Zerif_Customizer_Upsell_Pro extends WP_Customize_Section {
	/**
	 * The type of customize section being rendered.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $type = 'zerif-upsell-pro';
	/**
	 * Upsell title to output.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $upsell_title = '';
	/**
	 * Label text to output.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $label_text = '';
	/**
	 * Label URL.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $label_url = '';
	/**
	 * Add custom parameters to pass to the JS via JSON.
	 *
	 * @since  2.0.5
	 * @access public
	 */
	public function json() {
		$json                 = parent::json();
		$json['upsell_title'] = $this->upsell_title;
		$json['label_text']   = $this->label_text;
		$json['label_url']    = esc_url( $this->label_url );
		return $json;
	}
	/**
	 * Outputs the Underscore.js template.
	 *
	 * @since  2.0.5
	 * @access public
	 * @return void
	 */
	protected function render_template() {
	?>

		<li id="accordion-section-{{ data.id }}" class="accordion-section control-section control-section-{{ data.type }} cannot-expand">
			<h3 class="accordion-section-title">
				{{data.upsell_title}}
				<# if ( data.label_text && data.label_url ) { #>
					<a class="button button-secondary alignright" href="{{data.label_url}}" target="_blank">
						{{data.label_text}}
					</a>
				<# } #>
			</h3>
		</li>
		<?php
	}
}
wp-content/themes/zerif-lite/inc/customizer-info/class/class-zerif-customize-upsell-pro.php000060400000003156151143710220034157 0ustar00home/xbodynamge/crosstraining<?php
/**
 * Pro customizer section.
 *
 * @since  2.0.5
 * @access public
 *
 * @package zerif-lite
 */

/**
 * Class Zerif_Customizer_Upsell_Pro
 */
class Zerif_Customizer_Upsell_Pro extends WP_Customize_Section {
	/**
	 * The type of customize section being rendered.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $type = 'zerif-upsell-pro';
	/**
	 * Upsell title to output.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $upsell_title = '';
	/**
	 * Label text to output.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $label_text = '';
	/**
	 * Label URL.
	 *
	 * @since  2.0.5
	 * @access public
	 * @var    string
	 */
	public $label_url = '';
	/**
	 * Add custom parameters to pass to the JS via JSON.
	 *
	 * @since  2.0.5
	 * @access public
	 */
	public function json() {
		$json                 = parent::json();
		$json['upsell_title'] = $this->upsell_title;
		$json['label_text']   = $this->label_text;
		$json['label_url']    = esc_url( $this->label_url );
		return $json;
	}
	/**
	 * Outputs the Underscore.js template.
	 *
	 * @since  2.0.5
	 * @access public
	 * @return void
	 */
	protected function render_template() {
		?>

		<li id="accordion-section-{{ data.id }}" class="accordion-section control-section control-section-{{ data.type }} cannot-expand">
			<h3 class="accordion-section-title">
				{{data.upsell_title}}
				<# if ( data.label_text && data.label_url ) { #>
					<a class="button button-secondary alignright" href="{{data.label_url}}" target="_blank">
						{{data.label_text}}
					</a>
				<# } #>
			</h3>
		</li>
		<?php
	}
}