| Server IP : 69.39.225.240 / Your IP : 216.73.216.138 Web Server : Apache System : Linux bronze7.serverhost.net 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 User : reademotions ( 1074) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/reademotions/www/wp-content/plugins/bb-ultimate-addon/includes/ |
Upload File : |
<?php /** * Icons settings * * @package UABB Icons */ ?> <div id="fl-uabb-icons-form" class="fl-settings-form uabb-fl-settings-form"> <h3 class="fl-settings-form-header"><?php esc_attr_e( 'Reload Icons', 'uabb' ); ?></h3> <form id="uabb-icons-form" action="<?php UABBBuilderAdminSettings::render_form_action( 'uabb-icons' ); ?>" method="post" data-nonce=<?php echo wp_kses_post( wp_create_nonce( 'uabb-icons-nonce' ) ); ?>> <div class="fl-settings-form-content"> <p> <?php echo sprintf( /* translators: %1$s: search term %2%s: search term */ esc_attr__( 'Clicking the button below will reinstall %1$s icons on your website. If you are facing issues to load %2$s icons then you are at right place to troubleshoot it.', 'uabb' ), esc_attr( UABB_PREFIX ), esc_attr( UABB_PREFIX ) ); ?> </p> <span class="button uabb-reload-icons"> <i class="dashicons dashicons-update" style="padding: 3px;"></i> <?php esc_attr_e( 'Reload Icons', 'uabb' ); ?> </span> </div> </form> </div>