get_acpt_fields

get_acpt_fields

Fetch all box field values.

Usage

get_acpt_fields([
    'post_id' => 123,
    'box_name' => 'box'
]);

Parameters

  • post_id (integer) (Required if term_id, user_id and option_page are null) The post ID

  • term_id (integer) (Required if post_id, user_id and option_page are null) The term ID

  • user_id (integer) (Required if post_id, term_id and option_page are null) The user ID

  • option_page (string) (Required if post_id, term_id and user_id are null) The option page slug

  • box_name (string) (Required) The box name

Return

  • array

Last updated