• Resolved Anonymous User

    (@anonymized-20115841)


    $gdpr_display = ! empty( $gdpr_config['display'] ) ? $gdpr_config['display'] : '';
    $gdpr_language = ! empty( $gdpr_config['language'] ) ? $gdpr_config['language'] : '';
    <option value="<?php echo esc_attr( $user_value ); ?>" <?php echo selected( $user_value, $gdpr_display ); ?>>
    
    <option value="<?php echo esc_attr( $code ); ?>" <?php echo selected( $code, $gdpr_language ); ?>>
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor ShareThis

    (@sharethis)

    Hello @dbase66,

    Thank you for reaching out.

    Can you help us better understand your request? Are you experiencing issues with the GDPR compliance tool’s code?

    Best,

    The ShareThis Technical Support team.

    Thread Starter Anonymous User

    (@anonymized-20115841)

    OK its a PHP 8 Problem

    call $gdpr_config[‘language’] without ISSET is deprecated bei PHP 8

    Plugin Contributor ShareThis

    (@sharethis)

    Hello again @dbase66,

    Understood! Thanks for pointing this out.

    I’ll share it with our engineers so they can take a better look at it.

    Thank you,

    – The ShareThis Technical Support team.

    Plugin Contributor ShareThis

    (@sharethis)

    Hello @dbase66,

    We wanted to let you know that we have corrected the call you mentioned on our latest version of the plugin (8.4.6). Please update it and feel free to contact us again should anything else occurs.

    Thank you for the feedback here!

    – The ShareThis Technical Support team.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘/templates/config/gdpr/config.php’ is closed to new replies.