#Overview
This function checks if a WordPress meta key is enabled for sync with the CRM.
#Parameters
wpf_is_field_active( $meta_key )
$meta_key
(array) (Required): The meta key to check.
#Return
(bool) Whether or not the field is active.
#Check if a meta key is enabled
$is_enabled = wpf_is_field_active( $meta_key );
Was this helpful?
Let us know if you liked the post. That’s the only way we can improve.