

$search_criteria = array( 'key' => '1', 'operator' => 'not in', 'value' => array( 'Alex', 'David', 'Dana' ) ) įilter by a checkbox value (not recommended) Supported operators for array values: in/=, not in/!= $search_criteria = array( 'key' => '1', 'operator' => 'contains', 'value' => 'Steve' ) Supported operators for scalar values: is/=, isnot, contains $search_criteria = array( 'key' => 'created_by', 'value' => $current_user->ID ) $search_criteria = array( 'key' => 'is_read', 'value' => true ) $search_criteria = array( 'key' => 'currency', 'value' => 'USD' ) The search criteria array is constructed as follows:įilter by status $search_criteria = 'active' The ID of the form or an array IDs of the Forms.


public static function get_form( $form_id ) Returns the form object for a given Form ID.
