#Overview
This function checks if a WordPress meta key is a pseudo field and should only be sent to the CRM.
#Parameters
wpf_is_pseudo_field( $meta_key )
$meta_key
(string) (Required): The meta key to check.
#Return
(bool) Whether or not the meta key is a pseudo field.
#Check if a meta key is a pseudo field
$pseudo = wpf_is_pseudo_field( $meta_key );
Was this helpful?
Let us know if you liked the post. That’s the only way we can improve.