HEX
Server: LiteSpeed
System: Linux altar40.supremepanel40.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: sescorpcl (4477)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: /home/sescorpcl/public_html/wp-content/themes/customizr/core/class-fire-prevdem.php
<?php
if ( !class_exists( 'CZR_prevdem' ) ) :
  final class CZR_prevdem {
    function __construct() {
      //FEATURED PAGES DISABLED BY DEFAULT
      add_filter( 'tc_opt_tc_show_featured_pages', '__return_false' );
      //SLIDER DISABLED BY DEFAULT
      add_filter( 'tc_opt_tc_front_slider', '__return_false' );
    }//construct
  }//end of class
endif;

?>