Skip to content

Instantly share code, notes, and snippets.

@hereswhatidid
Last active January 23, 2024 12:35
Show Gist options
  • Save hereswhatidid/a67dc3697a481c223bdced42586f6664 to your computer and use it in GitHub Desktop.
Save hereswhatidid/a67dc3697a481c223bdced42586f6664 to your computer and use it in GitHub Desktop.
Example ACF block preview action
if( window.acf ) {
window.acf.addAction( 'render_block_preview/type=accordion', function( $elem, blockDetails ) {
initializeElement( $elem );
} );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment