get_acpt_meta_field_objects

get_acpt_meta_field_objects

Get an array of field objects.

Usage

get_acpt_meta_field_objects('customPostType', 'page');

Parameters

  • belongsTo (string) (Required) Allowed values: customPostType, optionPage, taxonomy, or user

  • find (string) (Optional) The WordPress object (ex: page). Can be null if belongsTo is user.

Return

  • array

Last updated