wpf_is_pseudo_field()

#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?