🔞 ADULT: Changeset/ - High Quality

Changeset 3420181


Ignore:
Timestamp:
12/15/2025 01:26:32 PM (2 weeks ago)
Author:
alekv
Message:

releasing version 1.54.1

Location:
woocommerce-google-adwords-conversion-tracking-tag/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-google-adwords-conversion-tracking-tag/trunk/includes/admin/class-admin.php

    r3420138 r3420181  
    380380            $section_ids['settings_name']
    381381        );
    382         // add the field for the Contentsquare pixel
    383         add_settings_field(
    384             'pmw_plugin_contentsquare_tag_id',
    385             esc_html__( 'Contentsquare tag ID', 'woocommerce-google-adwords-conversion-tracking-tag' ) . self::html_beta(),
    386             [__CLASS__, 'option_html_contentsquare_tag_id'],
    387             'wpm_plugin_options_page',
    388             $section_ids['settings_name']
    389         );
     382        // add the field for the Contentsquare pixel (Pro feature)
     383        if ( wpm_fs()->can_use_premium_code__premium_only() || Options::is_pro_version_demo_active() ) {