Support

Account

Home Forums Backend Issues (wp-admin) ACF Field using WYSIWYG Editor Reply To: ACF Field using WYSIWYG Editor

  • I overlooked the problem several time myself. Had to actually test it out to find the problem. Yu have the wrong hook for using the field key. It should be

    
    add_filter ('acf/format_value/key=field_5bc60b64aa3bd', 'format_ingredients', 20, 3);