Current Path: > home > transcarter > > www > wp-content > themes > > woostify > inc > > customizer > sections > 404
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.41 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
error-404.php | File | 1164 bytes | June 12 2025 15:15:30. |
<?php /** * Woocommerce shop single customizer * * @package woostify */ // Default values. $defaults = woostify_options(); // Custom text. $wp_customize->add_setting( 'woostify_setting[error_404_text]', array( 'default' => $defaults['error_404_text'], 'sanitize_callback' => 'woostify_sanitize_raw_html', 'type' => 'option', ) ); $wp_customize->add_control( new WP_Customize_Control( $wp_customize, 'woostify_setting[error_404_text]', array( 'label' => __( 'Custom Text', 'woostify' ), 'type' => 'textarea', 'section' => 'woostify_error', 'settings' => 'woostify_setting[error_404_text]', ) ) ); // Background. $wp_customize->add_setting( 'woostify_setting[error_404_image]', array( 'default' => $defaults['error_404_image'], 'type' => 'option', 'sanitize_callback' => 'esc_url_raw', ) ); $wp_customize->add_control( new WP_Customize_Image_Control( $wp_customize, 'woostify_setting[error_404_image]', array( 'label' => __( 'Background', 'woostify' ), 'section' => 'woostify_error', 'settings' => 'woostify_setting[error_404_image]', ) ) );
SILENT KILLER Tool