Support

Account

Home Forums General Issues Stop oEmbed in Basic WYSIWYG Reply To: Stop oEmbed in Basic WYSIWYG

  • You can target the field type:

    acf.addAction('load_field/type=wysiwyg', function(field) {
    
    ///.. the code from above
    })