| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/class-zerif-customize-upsell-features.php.tar |
wp-content/themes/zerif-lite/inc/customizer-info/class/class-zerif-customize-upsell-features.php 0000644 00000003261 15113034103 0034764 0 ustar 00 home/xbodynamge/lebauwcentre <?php
/**
* Pro customizer section.
*
* @since 2.0.5
* @access public
*
* @package zerif-lite
*/
/**
* Class Zerif_Customizer_Upsell_Features
*/
class Zerif_Customizer_Upsell_Features extends WP_Customize_Section {
/**
* The type of customize section being rendered.
*
* @since 2.0.5
* @access public
* @var string
*/
public $type = 'zerif-upsell-features-1';
/**
* Upsell text to output.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_text = '';
/**
* Link before URL.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_url_before = '';
/**
* Link before text.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_text_before = '';
/**
* Link after text.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_text_after = '';
/**
* Link after URL.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_url_after = '';
/**
* Add custom parameters to pass to the JS via JSON.
*
* @since 2.0.5
* @access public
*/
public function json() {
$json = parent::json();
$json['upsell_text'] = wp_kses_post( $this->upsell_text );
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">
<p class="frontpage-sections-upsell">
<# if ( data.upsell_text ) { #>
{{{data.upsell_text}}}
<# } #>
</p>
</li>
<?php
}
}
dev/wp-content/themes/zerif-lite/inc/customizer-info/class/class-zerif-customize-upsell-features.php0000644 00000003261 15113617332 0033075 0 ustar 00 home/xbodynamge <?php
/**
* Pro customizer section.
*
* @since 2.0.5
* @access public
*
* @package zerif-lite
*/
/**
* Class Zerif_Customizer_Upsell_Features
*/
class Zerif_Customizer_Upsell_Features extends WP_Customize_Section {
/**
* The type of customize section being rendered.
*
* @since 2.0.5
* @access public
* @var string
*/
public $type = 'zerif-upsell-features-1';
/**
* Upsell text to output.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_text = '';
/**
* Link before URL.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_url_before = '';
/**
* Link before text.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_text_before = '';
/**
* Link after text.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_text_after = '';
/**
* Link after URL.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_url_after = '';
/**
* Add custom parameters to pass to the JS via JSON.
*
* @since 2.0.5
* @access public
*/
public function json() {
$json = parent::json();
$json['upsell_text'] = wp_kses_post( $this->upsell_text );
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">
<p class="frontpage-sections-upsell">
<# if ( data.upsell_text ) { #>
{{{data.upsell_text}}}
<# } #>
</p>
</li>
<?php
}
}
wp-content/themes/zerif-lite/inc/customizer-info/class/class-zerif-customize-upsell-features.php 0000604 00000003261 15113632530 0035175 0 ustar 00 home/xbodynamge/crosstraining <?php
/**
* Pro customizer section.
*
* @since 2.0.5
* @access public
*
* @package zerif-lite
*/
/**
* Class Zerif_Customizer_Upsell_Features
*/
class Zerif_Customizer_Upsell_Features extends WP_Customize_Section {
/**
* The type of customize section being rendered.
*
* @since 2.0.5
* @access public
* @var string
*/
public $type = 'zerif-upsell-features-1';
/**
* Upsell text to output.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_text = '';
/**
* Link before URL.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_url_before = '';
/**
* Link before text.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_text_before = '';
/**
* Link after text.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_text_after = '';
/**
* Link after URL.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_url_after = '';
/**
* Add custom parameters to pass to the JS via JSON.
*
* @since 2.0.5
* @access public
*/
public function json() {
$json = parent::json();
$json['upsell_text'] = wp_kses_post( $this->upsell_text );
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">
<p class="frontpage-sections-upsell">
<# if ( data.upsell_text ) { #>
{{{data.upsell_text}}}
<# } #>
</p>
</li>
<?php
}
}
www/wp-content/themes/zerif-lite/inc/customizer-info/class/class-zerif-customize-upsell-features.php0000644 00000003260 15114367364 0033152 0 ustar 00 home/xbodynamge <?php
/**
* Pro customizer section.
*
* @since 2.0.5
* @access public
*
* @package zerif-lite
*/
/**
* Class Zerif_Customizer_Upsell_Features
*/
class Zerif_Customizer_Upsell_Features extends WP_Customize_Section {
/**
* The type of customize section being rendered.
*
* @since 2.0.5
* @access public
* @var string
*/
public $type = 'zerif-upsell-features-1';
/**
* Upsell text to output.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_text = '';
/**
* Link before URL.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_url_before = '';
/**
* Link before text.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_text_before = '';
/**
* Link after text.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_text_after = '';
/**
* Link after URL.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_url_after = '';
/**
* Add custom parameters to pass to the JS via JSON.
*
* @since 2.0.5
* @access public
*/
public function json() {
$json = parent::json();
$json['upsell_text'] = wp_kses_post( $this->upsell_text );
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">
<p class="frontpage-sections-upsell">
<# if ( data.upsell_text ) { #>
{{{data.upsell_text}}}
<# } #>
</p>
</li>
<?php
}
}
wp-content/themes/zerif-lite/inc/customizer-info/class/class-zerif-customize-upsell-features.php 0000644 00000003261 15114370647 0034317 0 ustar 00 home/xbodynamge/namtation <?php
/**
* Pro customizer section.
*
* @since 2.0.5
* @access public
*
* @package zerif-lite
*/
/**
* Class Zerif_Customizer_Upsell_Features
*/
class Zerif_Customizer_Upsell_Features extends WP_Customize_Section {
/**
* The type of customize section being rendered.
*
* @since 2.0.5
* @access public
* @var string
*/
public $type = 'zerif-upsell-features-1';
/**
* Upsell text to output.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_text = '';
/**
* Link before URL.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_url_before = '';
/**
* Link before text.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_text_before = '';
/**
* Link after text.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_text_after = '';
/**
* Link after URL.
*
* @since 2.0.5
* @access public
* @var string
*/
public $upsell_link_url_after = '';
/**
* Add custom parameters to pass to the JS via JSON.
*
* @since 2.0.5
* @access public
*/
public function json() {
$json = parent::json();
$json['upsell_text'] = wp_kses_post( $this->upsell_text );
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">
<p class="frontpage-sections-upsell">
<# if ( data.upsell_text ) { #>
{{{data.upsell_text}}}
<# } #>
</p>
</li>
<?php
}
}