add_setting('almaira_shop_footer_bottom_col1_texthtml', array( 'default' => __('Almaira Shop developed by ThemeHunk.','almaira-shop'), 'capability' => 'edit_theme_options', 'sanitize_callback' => 'almaira_shop_sanitize_textarea', 'transport' => 'postMessage', )); $wp_customize->add_control('almaira_shop_footer_bottom_col1_texthtml', array( 'label' => __('Copyright Text', 'almaira-shop'), 'section' => 'almaira-shop-bottom-footer', 'settings' => 'almaira_shop_footer_bottom_col1_texthtml', 'type' => 'textarea', ));