| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| 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.php 0000644 00000003156 15113535733 0033770 0 ustar 00 home/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.php 0000644 00000003156 15113617333 0032063 0 ustar 00 home/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.php 0000644 00000003156 15114367240 0033277 0 ustar 00 home/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.php 0000644 00000003155 15114370701 0032124 0 ustar 00 home/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.php 0000604 00000003156 15114371022 0034157 0 ustar 00 home/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
}
}