'switch', 'settings' => 'child_default_settings', 'label' => esc_attr__( 'Overwrites Custom Settings', 'agency-4' ), 'description' => esc_attr__( 'Keep it turned ON, or default values will override certain values.', 'agency-4' ), 'section' => 'layout', 'default' => 0, 'priority' => 100, ); return $controls; } add_filter( 'kirki/controls', 'agency4_custom_setting' );