Better order for customizer options.

This commit is contained in:
mateuswetah 2020-07-02 12:47:52 -03:00
parent 29e015974f
commit 657c18b618
1 changed files with 2 additions and 2 deletions

View File

@ -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