Created
August 8, 2023 16:20
-
-
Save brandonjp/21063ef787e33cea39a34d9613a8d626 to your computer and use it in GitHub Desktop.
Block Editor: Auto Expand Advanced & All Sidebar Panels [SnipSnip.pro] - When using Gutenberg Block Editor, anytime the content in the sidebar changes, any panels that are closed will open automatically - https://snipsnip.pro/s/751
Author
@shula A few options... I'd recommend a code snippets plugin such as: https://wordpress.org/plugins/code-snippets/
Otherwise, you can use an FTP program to open your active theme folder then edit the functions.php file.
Either way, take the php version above and either place it in a Code Snippet (using the plugin) or paste it at the end of your functions.php file.
Let me know if you have trouble. I could maybe spin off a regular plugin version of this..hmmm. A few people have asked me for that.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Where should I put these code blocks?
i'm not familiar with the new WP versions
@jrevillini @brandonjp
thank you