• Resolved dtardif

    (@dtardif)


    Hi,

    Is an update planned to correct this deprecated ?
    The fix is bellow

    File: class-cf7-extras.php

    	function maybe_reset_autop( $form ) {
    $form_instance = WPCF7_ContactForm::get_current();
    $disable_autop = $this->get_form_settings( $form_instance, 'disable-autop' );

    if ( $disable_autop ) {
    $manager = WPCF7_FormTagsManager::get_instance();

    $form_meta = get_post_meta( $form_instance->id(), '_form', true );
    $form = $manager->replace_all( $form_meta );

    $form_instance->set_properties(
    array(
    'form' => $form,
    )
    );
    }

    return $form;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kaspars

    (@kasparsd)

    Thanks for reporting the issue! I’ve created a GitHub issue for this and will be working to resolve it soon.

    Can you please confirm which features of the plugin are you using the most? I’m in the process of updating the plugin and would appreciate any feedback.

    Plugin Author Kaspars

    (@kasparsd)

    This should now be fixed in version 0.8.2!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.