__( 'Primary Menu', 'accesspress-ray' ), 'secondary' => __( 'Secondary Menu', 'accesspress-ray' ), ) ); // Setup the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'accesspress_ray_custom_background_args', array( 'default-color' => 'ffffff', 'default-image' => '', ) ) ); } endif; // accesspress_ray_setup add_action( 'after_setup_theme', 'accesspress_ray_setup' ); /** * Implement the Theme Option feature. */ require get_template_directory() . '/inc/accesspressray-custom-header.php'; /** * Implement the Theme Option feature. */ require get_template_directory() . '/inc/admin-panel/accesspressray-theme-options.php'; /** * Custom template tags for this theme. */ require get_template_directory() . '/inc/accesspressray-template-tags.php'; /** * Custom functions that act independently of the theme templates. */ require get_template_directory() . '/inc/accesspressray-custom-functions.php'; /** * Implement the custom metabox feature */ require get_template_directory() . '/inc/accesspressray-custom-metabox.php'; /** * Load Jetpack compatibility file. */ require get_template_directory() . '/inc/jetpack.php'; /** * Load TGM_Plugin_Activation class. */ require get_template_directory() . '/inc/class-tgm-plugin-activation.php'; /** * Load More Theme Page */ require get_template_directory() . '/inc/more-themes.php';