HEX
Server: Apache
System: Linux web204c0.megawebservers.com 5.14.0-570.37.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 28 10:41:06 UTC 2025 x86_64
User: absolutespace.ca (53202)
PHP: 7.4.33
Disabled: apache_get_modules,apache_get_version,disk_free_space,phpinfo,exec,shell_exec,passthru,system,proc_nice
Upload Files
File: /services/webpages/a/b/absolutespace.ca/public/wp-content/plugins/woosidebars/woosidebars.php
<?php
/**
 * Plugin Name: WooSidebars
 * Plugin URI: http://woothemes.com/woosidebars/
 * Description: Replace widget areas in your theme for specific pages, archives and other sections of WordPress.
 * Author: WooThemes
 * Author URI: http://woothemes.com/
 * Version: 1.4.3
 * Stable tag: 1.4.3
 * Requires at least: 4.1
 * Tested up to: 4.3
 * License: GPL v3 or later - http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: woosidebars
 * Domain Path: /lang
 */

 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

 if ( ! class_exists( 'Woo_Conditions' ) ) {
 	require_once( 'classes/class-woo-conditions.php' );
 }
 require_once( 'classes/class-woo-sidebars.php' );

 // Third-party integrations.
 if ( class_exists( 'Woocommerce' ) ) require_once( 'integrations/integration-woocommerce.php' );

 global $woosidebars;
 $woosidebars = new Woo_Sidebars( __FILE__ );
 $woosidebars->version = '1.4.3';
 $woosidebars->init();
?>