add_panel( 'acmephoto-options', array( 'priority' => 210, 'capability' => 'edit_theme_options', 'theme_supports' => '', 'title' => __( 'Theme Options', 'acmephoto' ), 'description' => __( 'Customize your awesome site with theme options ', 'acmephoto' ) ) ); /* * file for header breadcrumb options */ require_once get_template_directory() . '/acmethemes/customizer/options/breadcrumb.php'; /* * file for header search options */ require_once get_template_directory() . '/acmethemes/customizer/options/search.php';