You appear to be a bot. Output may be restricted
Description
Echo out the do_meta_boxes() and wrapping markup.
This method can be overwritten in a child class, to adjust the markup surrounding the meta boxes, and optionally call do_meta_boxes() with other contexts. The overwritten method MUST contain div elements with classes of metabox-holder
and `postbox-container`.
Usage
Genesis_Admin_Boxes::do_metaboxes();
Parameters
Returns
void
Source
File name: genesis/lib/classes/class-genesis-admin-boxes.php
Lines:
1 to 6 of 6
public function do_metaboxes() { include GENESIS_VIEWS_DIR . '/misc/genesis-admin-boxes-holder.php'; }