• Hi,
    your very nice plugin stoped working while I was upgrading from version 2.2.10 to 2.2.11 (the notation “{tooltip} …” was not replaced anymore). The reason was, that this line in include/class.front.php was commented out:

    // add_action(‘wp’, array( $this, ‘do_my_ob_start’) );

    When I delete the “//” it works fine:

    add_action(‘wp’, array( $this, ‘do_my_ob_start’) );

    Could you fix this in future releases?
    Regards
    Victorio

    PS: Using latest WordPress 5.7

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author CeiKay

    (@ced1870)

    Hi
    that it right. This was disabled to make it work with the latest verison of DIVI
    I have to investigate more …
    CEd

    Plugin Author CeiKay

    (@ced1870)

    Hi
    this has been fixed in the 2.2.12 version
    CEd

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug: do_my_obj_start commented out’ is closed to new replies.