Server : Apache System : Linux server.lienzindia.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 User : plutus ( 1007) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/plutus/public_html/wp-content/themes/vrm/partials/togglebar/ |
Upload File : |
<?php /** * Togglebar HTML. * * @package Total WordPress theme * @subpackage Partials * @version 5.5.2 */ defined( 'ABSPATH' ) || exit; wp_enqueue_script( 'wpex-toggle-bar' ); ?> <div id="toggle-bar-wrap" <?php wpex_togglebar_class() . wpex_togglebar_data_attributes(); ?>> <?php if ( ! wpex_theme_do_location( 'togglebar' ) ) : ?> <div id="toggle-bar" <?php wpex_togglebar_inner_class(); ?>><?php if ( 'visible' === get_theme_mod( 'toggle_bar_default_state', 'hidden' ) && get_theme_mod( 'toggle_bar_enable_dismiss', false ) ) { wpex_get_template_part( 'togglebar_dismiss' ); } wpex_get_template_part( 'togglebar_content' ); ?></div> <?php endif;?> </div>