Support

Account

Home Forums Bug Reports 'acf_qtranslate_acf_5_wysiwyg' does not have a method 'input_admin_footer' Reply To: 'acf_qtranslate_acf_5_wysiwyg' does not have a method 'input_admin_footer'

  • I found out the solution.

    Please go to acf-qtranslate\src\acf_5\fields\wysiwyg.php line 32

    Change add_action(‘acf/input/admin_footer’, array($this, ‘input_admin_footer’));
    TO do_action(‘acf/input/admin_footer’, array($this, ‘input_admin_footer’));