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 dismiss button. * * @package Total WordPress theme * @subpackage Partials * @version 5.8.0 */ ?> <div class="toggle-bar-dismiss wpex-absolute wpex-z-5 wpex-top-50 wpex-right-0 wpex-mr-5 wpex-md-mr-30 -wpex-translate-y-50"><button role="button" class="toggle-bar-dismiss__button wpex-unstyled-button wpex-flex wpex-items-center" aria-controls="toggle-bar-wrap" aria-label="<?php esc_html_e( 'Close', 'total' ); ?>"><?php wpex_svg( 'material/close', 24 ); ?></button></div>