HEX
Server: Apache
System: Linux webm019.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: marieroufy (41973)
PHP: 7.2.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/marieroufy/www/wp-content/themes/mesmerize/inc/woocommerce/woocommerce-ready.php
<?php


add_action('customize_register', function ($wp_customize) {

    $panel = 'mesmerize_woocommerce_panel';

    $wp_customize->add_section(
        $panel,
        array(
            'capability' => 'edit_theme_options',
            'title'      => esc_html__('WooCommerce Options', 'mesmerize'),
        )
    );


    mesmerize_add_kirki_field(array(
        'type'     => 'ope-info',
        'label'    => mesmerize_wp_kses_post('Mesmerize theme is <b>WooCommerce ready</b>. After you install the <b>WooCommerce</b> plugin you will be able to customize the shop inside this section.', 'mesmerize'),
        'section'  => $panel,
        'settings' => "woocommerce_ready",
    ));

}, 10, 1);