• Hello,

    I’m getting a Fatal Error when using https:

    Fatal error: Call to undefined function Tonjoo\TOM\tom_https_link() in /httpdocs/wp-content/plugins/tonjoo-theme-option-maker/src/TOMShortcode.php on line 65

    Any advice?

Viewing 2 replies - 1 through 2 (of 2 total)
  • In src/TOMShortcode.php, line 65
    Change:
    $tom_data = (is_ssl()) ? tom_https_link($tom_data) : $tom_data;
    to:
    $tom_data = (is_ssl()) ? $this->tom_https_link($tom_data) : $tom_data;

    A big sorry we give no longer support for this plugin

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

The topic ‘Fatal Error with SSL’ is closed to new replies.