0byt3m1n1-V2
Path:
/
home
/
yvffpqmy
/
hpacorporateresourcingltd.com
/
wp-content
/
plugins
/
aheto
/
shortcodes
/
video-btn
/
[
Home
]
File: view.php
<?php /** * The Video Button Shortcode. * * @since 1.0.0 * @package Aheto * @subpackage Aheto\Shortcodes * @author FOX-THEMES <info@foxthemes.me> */ use Aheto\Helper; $this->generate_css(); // Wrapper. $this->add_render_attribute( 'wrapper', 'id', $this->atts['element_id'] ); $this->add_render_attribute( 'wrapper', 'class', $this->the_custom_classes() ); /** * Set dependent style */ $sc_dir = aheto()->plugin_url() . 'shortcodes/video-btn/'; $custom_css = Helper::get_settings( 'general.custom_css_including' ); $custom_css = ( isset( $custom_css ) && ! empty( $custom_css ) ) ? $custom_css : false; ?> <div <?php $this->render_attribute_string( 'wrapper' ); ?>> <div class="aheto-video-container <?php echo esc_attr( $this->atts['align'] ); ?>"> <?php echo Helper::get_video_button( $atts ); ?> </div> </div>
©
2018.