• Resolved Marcus Kober

    (@marcuskober)


    The plugin’s broken, if you are using the latest version of Contact Form 7.

    Explanation and workaround:

    $tag (line 40 ff. in the plugin) is not an array anymore, but an object (WPCF7_FormTag).

    So line 42 in the plugin should be changed to if (!is_object($tag)) { in order to work properly.

    In addition, all $tag['attribute'] have to be changed to $tag->attribute.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin’s broken’ is closed to new replies.