EstudioJuridicoAlmagro_Web/www/wpv_common/admin/metaboxes/general.php
2013-03-01 18:06:10 +00:00

15 lines
372 B
PHP

<?php
$config = array(
'id' => 'general-post-options',
'title' => __('Vamtam options', 'wpv'),
'pages' => array('page', 'post', 'portfolio'),
'context' => 'normal',
'priority' => 'high',
);
require_once WPV_ADMIN_HELPERS . 'metaboxes_generator.php';
$options = include WPV_THEME_METABOXES . 'general.php';
new metaboxes_generator($config, $options);