Current Path: > home > transcarter > > www > wp-content > themes > woostify > inc > > customizer
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
custom-controls | Directory | - | - | |
sections | Directory | - | - | |
class-woostify-customizer.php | File | 36220 bytes | June 12 2025 15:15:30. | |
class-woostify-fonts-helpers.php | File | 81989 bytes | June 12 2025 15:15:30. | |
class-woostify-get-css.php | File | 60807 bytes | June 12 2025 15:15:30. | |
class-woostify-webfont-loader.php | File | 19373 bytes | June 12 2025 15:15:30. | |
override-defaults.php | File | 887 bytes | June 12 2025 15:15:30. | |
register-sections.php | File | 3226 bytes | June 12 2025 15:15:30. |
<?php /** * Override default customizer panels, sections, settings or controls. * * @package Woostify */ // Change background image section title & priority. $wp_customize->get_section( 'background_image' )->panel = 'woostify_layout'; $wp_customize->get_section( 'background_image' )->title = __( 'Site Container', 'woostify' ); $wp_customize->get_section( 'background_image' )->priority = 10; $wp_customize->get_control( 'background_image' )->priority = 6; // Remove description on Site Icon. $wp_customize->get_control( 'site_icon' )->description = ''; $wp_customize->get_setting( 'blogname' )->transport = 'postMessage'; $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; // Chage Woocommerce panel priority, after Typography panel. if ( class_exists( 'woocommerce' ) ) { $wp_customize->get_panel( 'woocommerce' )->priority = 40; }
SILENT KILLER Tool