Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web23/html/wp-content/themes/onepress/inc/customize-configs/ |
Current File : //var/www/web23/html/wp-content/themes/onepress/inc/customize-configs/options-colors.php |
<?php /* Colors ----------------------------------------------------------------------*/ $wp_customize->add_section( 'onepress_colors_settings', array( 'priority' => 4, 'title' => esc_html__( 'Site Colors', 'onepress' ), 'description' => '', 'panel' => 'onepress_options', ) ); // Primary Color $wp_customize->add_setting( 'onepress_primary_color', array( 'sanitize_callback' => 'sanitize_hex_color_no_hash', 'sanitize_js_callback' => 'maybe_hash_hex_color', 'default' => '#03c4eb', ) ); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'onepress_primary_color', array( 'label' => esc_html__( 'Primary Color', 'onepress' ), 'section' => 'onepress_colors_settings', 'description' => '', 'priority' => 1, ) ) ); /** * Secondary Color * * @since 2.2.1 */ $wp_customize->add_setting( 'onepress_secondary_color', array( 'sanitize_callback' => 'sanitize_hex_color_no_hash', 'sanitize_js_callback' => 'maybe_hash_hex_color', 'default' => '#333333', ) ); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'onepress_secondary_color', array( 'label' => esc_html__( 'Secondary Color', 'onepress' ), 'section' => 'onepress_colors_settings', 'description' => '', 'priority' => 2, ) ) );
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare