Support

Account

Home Forums Backend Issues (wp-admin) do_action in field-group.js Reply To: do_action in field-group.js

  • Turned out I got it the wrong way at first.

    Here’s the working format (you can see this implemented in the same file):

    acf.add_action('change_field_type', function ($el) {
    
    });