HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.30.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 06:42:00 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/www/wp-content/themes/morenews/inc/customizer/builder/class-block-toggle.php
<?php
class Element_Settings_Container_Control extends WP_Customize_Control
{
  public $type = 'element_settings_container';

  public function render_content()
  {
?>
    <div id="athfb-element-settings-container">
      <div id="athfb-no-element-selected">
        <p>
          <?php echo wp_kses_post(__('Click the setting <span class="dashicons dashicons-admin-generic"></span> on each element to customize its settings.', 'morenews')); ?>
        </p>

      </div>
      <!-- <div id="athfb-element-settings-list" style="display: none;">
        <h4 id="athfb-current-element-title"></h4>
        <div id="athfb-current-element-settings"></div>
      </div> -->
    </div>
<?php
  }
}