golden hour
/home/doctorbruno/public_html/doctorbruno.info/taeionline/wp-content/themes/genesis/lib/views/misc
⬆️ Go Up
Upload
File/Folder
Size
Actions
genesis-admin-boxes-holder.php
755 B
Del
OK
use-child-theme-notice.php
868 B
Del
OK
Edit: genesis-admin-boxes-holder.php
<?php /** * Genesis Framework. * * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. * Please do all modifications in the form of a child theme. * * @package StudioPress\Genesis * @author StudioPress * @license GPL-2.0+ * @link http://my.studiopress.com/themes/genesis/ */ global $wp_meta_boxes; ?> <div class="metabox-holder"> <div class="postbox-container"> <?php do_action( 'genesis_admin_before_metaboxes', $this->pagehook ); do_meta_boxes( $this->pagehook, 'main', null ); if ( isset( $wp_meta_boxes[$this->pagehook]['column2'] ) ) do_meta_boxes( $this->pagehook, 'column2', null ); do_action( 'genesis_admin_after_metaboxes', $this->pagehook ); ?> </div> </div>
Save