From 657c18b6181074f53fccb86e9a67b2a3e0ea83d5 Mon Sep 17 00:00:00 2001 From: mateuswetah Date: Thu, 2 Jul 2020 12:47:52 -0300 Subject: [PATCH] Better order for customizer options. --- src/functions/customizer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functions/customizer.php b/src/functions/customizer.php index 75d7bcf..ec11f87 100644 --- a/src/functions/customizer.php +++ b/src/functions/customizer.php @@ -18,7 +18,7 @@ function tainacan_customize_register( $wp_customize ) { */ $wp_customize->add_section('tainacan_footer_info', array( 'title' => __( 'Footer settings', 'tainacan-interface' ), - 'priority' => 200, + 'priority' => 170, )); $wp_customize->add_setting( 'tainacan_blogaddress', array( 'type' => 'theme_mod', @@ -98,7 +98,7 @@ function tainacan_customize_register( $wp_customize ) { $wp_customize->add_section('tainacan_social_share', array( 'title' => __( 'Social Share', 'tainacan-interface' ), - 'priority' => 200, + 'priority' => 171, )); //Facebook