Skip to content

Instantly share code, notes, and snippets.

@laras126
Created January 22, 2020 22:56
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 laras126/a9744ce44b67f679c5200e4c7487b62f to your computer and use it in GitHub Desktop.
Save laras126/a9744ce44b67f679c5200e4c7487b62f to your computer and use it in GitHub Desktop.
Log attributes for all blocks
function logAttributes( attributes ) {
console.log( attributes );
return attributes;
}
wp.hooks.addFilter(
'blocks.getBlockAttributes',
'storytime/panel',
logAttributes
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment