manager->get_setting('theme_options[enable_top_header]')->value() ){ return true; } else { return false; } } endif; /****** Active callback Slider ********************/ if ( ! function_exists( 'business_process_active_slider' ) ) : function business_process_active_slider( $control ) { if( true == $control->manager->get_setting('theme_options[enable_slider]')->value() ){ return true; } else { return false; } } endif; /****** Active callback Post Length ********************/ if ( ! function_exists( 'business_process_post_length' ) ) : function business_process_post_length( $control ) { if( 'excerpt' == $control->manager->get_setting('theme_options[post_content]')->value() ){ return true; } else { return false; } } endif;