fc_integration_woo_checkout_field_editor_pro_enable_edit_address_changes

Back to list of all filter and action hooks for Checkout Field Editor PRO by ThemeHigh.

Description #

Controls whether to enable edit address changes for WooCommerce Checkout Field Editor Pro integration.

Parameters #

  • $enable (string) Whether to enable edit address changes. Defaults to 'yes'.

Examples #

/**
 * Disable edit address changes for WC Checkout Field Editor Pro
 */
function fc_disable_checkout_field_editor_pro_edit_address_changes( $enable ) {
	return 'no';
}
add_filter( 'fc_integration_woo_checkout_field_editor_pro_enable_edit_address_changes', 'fc_disable_checkout_field_editor_pro_edit_address_changes', 10 );

What are your feelings

Updated on December 15, 2025