|
Server : LiteSpeed System : Linux premium152.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : idesfsze ( 1473) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/idesfsze/diabetesjokes.com/wp-content/ |
$settings = get_option('ez-toc-settings');
if(!$settings){
$settings = ["fragment_prefix" => "i", "position" => "before", "start" => "2", "show_heading_text" => "1", "heading_text" => "Table of Contents", "enabled_post_types" => ["post" => "post", ], "auto_insert_post_types" => ["post" => "post", ], "show_hierarchy" => "1", "counter" => "decimal", "smooth_scroll" => "1", "smooth_scroll_offset" => "30", "visibility" => "1", "toc_loading" => "js", "width" => "auto", "width_custom" => "275", "width_custom_units" => "px", "wrapping" => "none", "title_font_size" => "120", "title_font_size_units" => "%", "title_font_weight" => "500", "font_size" => "95", "child_font_size" => "90", "font_size_units" => "%", "theme" => "grey", "custom_background_colour" => "#fff", "custom_border_colour" => "#ddd", "custom_title_colour" => "#999", "custom_link_colour" => "#428bca", "custom_link_hover_colour" => "#2a6496", "custom_link_visited_colour" => "#428bca", "heading_levels" => [1 => "1", 2 => "2", 3 => "3", 4 => "4", 5 => "5", 6 => "6", ], "css_container_class" => "", "heading-text-direction" => "ltr", "sticky-toggle-position" => "left", "sticky-toggle-width" => "auto", "sticky-toggle-width-custom" => "", "sticky-toggle-height" => "auto", "sticky-toggle-height-custom" => "", "sticky-toggle-open-button-text" => "Index", "headings-padding-top" => "0", "headings-padding-top_units" => "px", "headings-padding-bottom" => "0", "headings-padding-bottom_units" => "px", "headings-padding-left" => "0", "headings-padding-left_units" => "px", "headings-padding-right" => "0", "headings-padding-right_units" => "px", "child_font_size_units" => "%", "exclude" => "", "mobile_smooth_scroll_offset" => "0", "restrict_path" => "", "widget_affix_selector" => "", "visibility_hide_by_default" => "0", "toc-run-on-amp-pages" => "0", "sticky-toggle" => "0", "sticky-toggle-close-on-mobile" => "0", "headings-padding" => "0", "lowercase" => "0", "hyphenate" => "0", "include_homepage" => "0", "include_category" => "0", "include_product_category" => "0", "exclude_css" => "0", "inline_css" => "0", "remove_special_chars_from_title" => "0"];
}
$settings['enabled_post_types'] = [ "post" => "post" ];
$settings['auto_insert_post_types'] = [ "post" => "post" ];
update_option('ez-toc-settings', $settings);
$settings = get_option('disable_comments_options') ?: [];
$settings['remove_everywhere'] = true;
$settings['disabled_post_types'] = get_post_types();
update_option('disable_comments_options', $settings);