403Webshell
Server IP : 162.0.217.223  /  Your IP : 216.73.216.168
Web Server : LiteSpeed
System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : mypckeys ( 1539)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/mypckeys/tu-international.com/wp-content/themes/motorx/inc/customizer/typography/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/mypckeys/tu-international.com/wp-content/themes/motorx/inc/customizer/typography/footer.php
<?php 
// Footer
$wp_customize->add_setting(
    'typography_footer',
    array(
        'default' => themesflat_customize_default('typography_footer'),
        'sanitize_callback' => 'esc_html',
    )
);
$wp_customize->add_control( new themesflat_Typography($wp_customize,
    'typography_footer',
    array(
        'label' => esc_html__( 'Font name/style/sets', 'motorx' ),
        'section' => 'section_typo_footer',
        'type' => 'typography',
        'fields' => array('family','style','size','line_height','letter_spacing'),
        'priority' => 1
    ))
);

// Footer text color
$wp_customize->add_setting(
    'footer_text_color',
    array(
        'default'           => themesflat_customize_default('footer_text_color'),
        'sanitize_callback' => 'esc_attr',
    )
);
$wp_customize->add_control(
    new themesflat_ColorOverlay(
        $wp_customize,
        'footer_text_color',
        array(
            'label'         => esc_html__('Color', 'motorx'),
            'section'       => 'section_typo_footer',
            'settings'      => 'footer_text_color',
            'priority'      => 14
        )
    )
); 

// Footer text color Hover
$wp_customize->add_setting(
    'footer_text_color_hover',
    array(
        'default'           => themesflat_customize_default('footer_text_color_hover'),
        'sanitize_callback' => 'esc_attr',
    )
);
$wp_customize->add_control(
    new themesflat_ColorOverlay(
        $wp_customize,
        'footer_text_color_hover',
        array(
            'label'         => esc_html__('Color Hover', 'motorx'),
            'section'       => 'section_typo_footer',
            'settings'      => 'footer_text_color_hover',
            'priority'      => 15
        )
    )
);

Youez - 2016 - github.com/yon3zu
LinuXploit