Skip to content

Instantly share code, notes, and snippets.

@fastlinemedia
Created November 8, 2019 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fastlinemedia/402c79666d03b61121e8ac86155011a8 to your computer and use it in GitHub Desktop.
Save fastlinemedia/402c79666d03b61121e8ac86155011a8 to your computer and use it in GitHub Desktop.
FLBuilder.addHook( 'didRenderLayoutComplete', function() {
var form = $( '.fl-builder-settings' )
if ( ! form.length || 'post-grid' !== form.data( 'type' ) ) {
return
}
// Posts module form is open and the layout just re-rendered.
} )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment