acf/fields/user/result, $item[text], $user, $field, $post_id

acf/fields/user/result, $item, $user, $field, $post_id

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.8.6

apply_filters('acf/fields/user/result, $item[text], $user, $field, $post_id') is found 1 times:

  • /includes/fields/class-acf-field-user.php line 232
    			 * @param   array $args The query args.
    			 * @param   array $field The ACF field related to this query.
    			 * @param   (int|string) $post_id The post_id being edited.
    			 */
    			return apply_filters( 'acf/fields/user/result', $item['text'], $user, $field, $post_id );
    		}
    
    		/**
    		 * Filters the field value after it is loaded from the database.
    		 *
    		 * @date    23/01/13