• Resolved ralf8luetke

    (@ralf8luetke)


    Hi Maileon,

    under Installation https://de.wordpress.org/plugins/xqueue-maileon/#installation is an example for the integration with contact-form-7. But there is an error in the code sample:

    wrong:

    $result = XQ_Maileon::register_contact(null, $formData)

    correct: this method takes one parameter only:

    $result = XQ_Maileon::register_contact($formData)

    Tested with WordPress 5.4.1, Code Snippets 2.14.0 and Maileon Newsletter Subscription 2.8.0.

    Regards, Ralf Lütke

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

    (@mstaender)

    Hi,

    thank you for reporting this mistake, I fixed it.
    It should be updated in some minutes.

    Kind regards,
    Marcus

    Plugin Author mbeckerle

    (@mstaender)

    It has been updated also online, now.

    Kind regards,
    Marcus

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

The topic ‘error in docu for contact-form-7’ is closed to new replies.