Skip to content

Instantly share code, notes, and snippets.

<?php
// pulled from https://github.com/billerickson/BE-Genesis-Child
// reposition inpost metabox
remove_action( 'admin_menu', 'genesis_add_inpost_layout_box' );
add_action( 'admin_menu', 'be_add_inpost_layout_box' );
function be_add_inpost_layout_box() {
if ( ! current_theme_supports( 'genesis-inpost-layouts' ) )
return;