Warning: Constant WP_USE_THEMES already defined in css.zip#index.php on line 74

Warning: Undefined array key "बहिः गच्छतु" in /www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line 136

Warning: Undefined array key "aksi" in /www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line 140

Warning: Undefined array key "नामपत्र" in /www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line 159

Warning: Undefined array key "नामपत्र" in /www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line 181
Current File : /www/wwwroot/wellwisehub.org/wp-content/themes/graceful/template-parts/sidebars/sidebar-right.php
<?php
/**
 * Template part for Right Sidebar
 *
 * @package Graceful
 */

if ( !graceful_options( 'basic_show_right_sidebar' ) ) {
	return;
}

if ( class_exists( 'WooCommerce' ) ) {
	if ( is_cart() || is_checkout() || is_account_page() ) 
		return;
}

?>

<div class="sidebar-right-wrap">
	<aside class="sidebar-right">
	    <?php if ( is_active_sidebar( 'sidebar-right' ) ) : ?>
	        <?php dynamic_sidebar( 'sidebar-right' ); ?>
	    <?php else : ?>
	        <div class="sidebar-no-widgets">
	        	<?php esc_html_e( 'Add Widgets in Right Sidebar', 'graceful' ); ?>
        	</div>
	    <?php endif; ?>
	</aside>
</div>

Warning: Cannot modify header information - headers already sent by (output started at /www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code:99) in /www/wwwroot/wellwisehub.org/wp-includes/pluggable.php on line 1450

Warning: Cannot modify header information - headers already sent by (output started at /www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code:99) in /www/wwwroot/wellwisehub.org/wp-includes/pluggable.php on line 1453