require_once get_template_directory() . '/vendor/inc/redux-options.php';
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; LATEST_Widget has a deprecated constructor in /home/runcloud/webapps/ctrspace/demo/wp-content/themes/updated_CTRSpace_theme/vendor/inc/widgets/latest.php on line 10

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; RANDOM_Widget has a deprecated constructor in /home/runcloud/webapps/ctrspace/demo/wp-content/themes/updated_CTRSpace_theme/vendor/inc/widgets/random.php on line 10

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; FACEBOOK_Widget has a deprecated constructor in /home/runcloud/webapps/ctrspace/demo/wp-content/themes/updated_CTRSpace_theme/vendor/inc/widgets/facebook.php on line 10

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; BANNER_Widget has a deprecated constructor in /home/runcloud/webapps/ctrspace/demo/wp-content/themes/updated_CTRSpace_theme/vendor/inc/widgets/banner.php on line 10
// Add support for title tag add_theme_support('title-tag'); // Add support for automatic feed links add_theme_support('automatic-feed-links'); // Add support for post thumbnails add_theme_support('post-thumbnails'); // Register navigation menus register_nav_menus(array( 'primary' => __('Primary Menu', 'ctrspace') )); // Remove unnecessary add_theme_support( "menus" ) functions_data = functions_data.replace('add_theme_support("menus");', '') // Add support for custom logo add_theme_support('custom-logo', array( 'height' => 100, 'width' => 400, 'flex-height' => true, 'flex-width' => true, 'header-text' => array('site-title', 'site-description'), )); // Add support for align-wide add_theme_support('align-wide'); // Add support for custom header add_theme_support('custom-header'); // Add support for custom background add_theme_support('custom-background'); // Add editor style add_editor_style(); // Enqueue comment reply script function ctrspace_enqueue_comments_reply() { if (get_option('thread_comments')) { wp_enqueue_script('comment-reply'); } } add_action('comment_form_before', 'ctrspace_enqueue_comments_reply'); // Register Sidebars function ctrspace_widgets_init() { register_sidebar(array( 'name' => __('Sidebar', 'ctrspace'), 'id' => 'sidebar-1', 'description' => __('Add widgets here to appear in your sidebar.', 'ctrspace'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); } add_action('widgets_init', 'ctrspace_widgets_init');
Notice: Trying to access array offset on value of type null in /home/runcloud/webapps/ctrspace/demo/wp-content/plugins/titan-framework/lib/class-admin-page.php on line 78

Notice: Trying to access array offset on value of type null in /home/runcloud/webapps/ctrspace/demo/wp-content/plugins/titan-framework/lib/class-admin-page.php on line 78

Notice: Trying to access array offset on value of type null in /home/runcloud/webapps/ctrspace/demo/wp-content/plugins/titan-framework/lib/class-admin-page.php on line 78
-->