Linux hkvL61zh9Vexzf 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 Path : /www/wwwroot/fashion-kingdom.com/wp-content/plugins/kitify/templates/progress-bar/global/ |
Current File : /www/wwwroot/fashion-kingdom.com/wp-content/plugins/kitify/templates/progress-bar/global/index.php |
<?php /** * Progress Bar template */ $progress_type = $this->get_settings_for_display('progress_type'); $percent = $this->get_settings_for_display('percent'); $this->add_render_attribute( 'main-container', 'class', array( 'kitify-progress-bar', 'kitify-progress-bar-' . $progress_type, ) ); $this->add_render_attribute( 'main-container', 'data-percent', $percent ); $this->add_render_attribute( 'main-container', 'data-type', $progress_type ); ?> <div <?php echo $this->get_render_attribute_string( 'main-container' ); ?>> <?php $this->get_type_template( $progress_type ); ?> </div>