delete_acpt_meta_box

delete_acpt_meta_box

Delete a meta box.

Usage

delete_acpt_meta_box('group', 'box');

Parameters

  • groupName (string) (Required) The group name

  • boxName (string) (Required) The box name

Return

  • boolean

Last updated