selective_refresh ) ? 'postMessage' : 'refresh';
$wp_customize->add_setting(
'awpbusinesspress_footer_copright_text',
array(
'sanitize_callback' => 'wp_kses_post',
'default' => __( 'Copyright © 2023 | Powered by WordPress | Coin Market theme by A WP Life', 'awp-marketing-agency' ),
'transport' => $selective_refresh,
)
);
$wp_customize->add_control(
'awpbusinesspress_footer_copright_text',
array(
'label' => esc_html__( 'Footer Copyright', 'awp-marketing-agency' ),
'section' => 'awpbusinesspress_footer_copyright',
'priority' => 10,
'type' => 'textarea',
)
);
}
add_action( 'customize_register', 'awp_marketing_agency_customizer_theme_settings' );