add_setting(
'awpbusinesspress_footer_copright_text',
array(
'sanitize_callback' => 'sanitize_text_field',
'default' => __( 'Copyright © 2025 | Powered by WordPress | awpbusinesspress theme by A WP Life', 'awpbusinesspress' ),
'transport' => $selective_refresh,
)
);
$wp_customize->add_control(
'awpbusinesspress_footer_copright_text',
array(
'label' => esc_html__( 'Footer Copyright', 'awpbusinesspress' ),
'section' => 'awpbusinesspress_footer_copyright',
'priority' => 10,
'type' => 'textarea',
)
);