jQuery(document).ready(function() { try { // Add Elements button var acf_fc_render = acf.fields.flexible_content.render; acf.fields.flexible_content.render = function() { acf_fc_modal_init(); return acf_fc_render.apply(this, arguments); } // ACF FC Modal acf_fc_modal_init(); } catch(e) {} }); // Init Modal function acf_fc_modal_init() { jQuery('.acf-flexible-content .layout').each(function() { var layout = jQuery(this); // Remove Toggle button and click event layout.find('.acf-fc-layout-handle').off('click'); layout.find('.acf-fc-layout-controlls li:last-child').remove(); // Edit button layout.find('.acf-fc-layout-controlls').append('