'disabled', 'slider_content_type' => 'page', 'slider_content_effect' => 'fadeout', //Testimonial ptions 'testimonial_enable' => 'disabled', 'testimonial_content_type' => 'testimonial', 'testimonial_title' => __( 'What our clients are saying', 'business-center' ), 'testimonial_bg_image' => get_template_directory_uri() . '/assets/images/parallax_01.jpg', //Portfolio options 'portfolio_title' => __( 'Our Work', 'business-center' ), 'portfolio_enable' => 'disabled', 'portfolio_content_type' => 'portfolio-category', ); $output = apply_filters( 'business_center_default_theme_options', $business_center_default_options ); // Sort array in ascending order, according to the key: if ( ! empty( $output ) ) { ksort( $output ); } return $output; }