add_panel( 'acmephoto-footer-panel', array( 'priority' => 170, 'capability' => 'edit_theme_options', 'theme_supports' => '', 'title' => __( 'Footer Options', 'acmephoto' ), 'description' => __( 'Customize your awesome site footer ', 'acmephoto' ) ) ); /* * file for footer logo options */ require_once get_template_directory() . '/acmethemes/customizer/footer-options/footer-copyright.php'; /* * file for footer menu options */ require_once get_template_directory() . '/acmethemes/customizer/footer-options/social-options.php';