????JFIF??x?x????'
Server IP : 104.21.16.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/dchsreunion.com/wp-content/plugins/sidebar-manager/includes/ |
Upload File : |
<?php /** * White Label Form * * @package Astra SideBar */ ?> <?php // Bail from displaying settings screen if Astra Pro is older version. if ( ! is_callable( 'Astra_Ext_White_Label_Markup::branding_key_to_constant' ) ) { return; } ?> <li> <div class="branding-form postbox"> <button type="button" class="handlediv button-link" aria-expanded="true"> <span class="screen-reader-text"><?php esc_html_e( 'Sidebar Manager', 'sidebar-manager' ); ?></span> <span class="toggle-indicator" aria-hidden="true"></span> </button> <h2 class="hndle ui-sortable-handle"> <span><?php esc_html_e( 'Astra SideBar Branding', 'sidebar-manager' ); ?></span> </h2> <div class="inside"> <div class="form-wrap"> <div class="form-field"> <label><?php esc_html_e( 'Plugin Name:', 'sidebar-manager' ); ?> <input type="text" name="ast_white_label[bsf-lw-sb][name]" class="placeholder placeholder-active" <?php disabled( defined( Astra_Ext_White_Label_Markup::branding_key_to_constant( 'bsf-lw-sb', 'name' ) ), true, true ); ?> value="<?php echo esc_attr( Astra_Ext_White_Label_Markup::get_whitelabel_string( 'bsf-lw-sb', 'name' ) ); ?>"> </label> </div> <div class="form-field"> <label><?php esc_html_e( 'Plugin Description:', 'sidebar-manager' ); ?> <textarea name="ast_white_label[bsf-lw-sb][description]" class="placeholder placeholder-active" <?php disabled( defined( Astra_Ext_White_Label_Markup::branding_key_to_constant( 'bsf-lw-sb', 'description' ) ), true, true ); ?> rows="2"><?php echo esc_attr( Astra_Ext_White_Label_Markup::get_whitelabel_string( 'bsf-lw-sb', 'description' ) ); ?></textarea> </label> </div> <div class="clear"></div> </div> </div> </div> </li>