diff --git a/functions.php b/functions.php index a0724762..3eafa410 100644 --- a/functions.php +++ b/functions.php @@ -150,6 +150,8 @@ if (file_exists(get_template_directory() . '/inc/theme-options-helpers.php')) { } // Admin Options API (Theme Options) +// DESACTIVADO: Ahora se usa el nuevo Admin Panel (admin/init.php se carga más abajo) +/* if (is_admin()) { if (file_exists(get_template_directory() . '/admin/theme-options/options-api.php')) { require_once get_template_directory() . '/admin/theme-options/options-api.php'; @@ -158,6 +160,7 @@ if (is_admin()) { require_once get_template_directory() . '/admin/theme-options/theme-options.php'; } } +*/ // Bootstrap Nav Walker if (file_exists(get_template_directory() . '/inc/nav-walker.php')) {