Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save hwkdev/8de99b58ff648cccb5d20221fd0e46ef to your computer and use it in GitHub Desktop.

Select an option

Save hwkdev/8de99b58ff648cccb5d20221fd0e46ef to your computer and use it in GitHub Desktop.
acf.add_action('append_field/type=flexible_content', function(e){
if(e.attr('data-key') == 'field_flexible_template'){
acf.fields.flexible_content.doFocus(e).add('sub-template-1');
acf.fields.flexible_content.doFocus(e).add('sub-template-2');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment