alleyinteractive / wp-alleyvate

Defaults for WordPress sites by Alley.
GNU General Public License v2.0
16 stars 2 forks source link

`Disable_Comments` should disable its blocks #48

Open renatonascalves opened 1 year ago

renatonascalves commented 1 year ago

Description

As titled!

unregisterBlockType('core/post-comments-form');
unregisterBlockType('core/comments');
unregisterBlockType('core/comments-query-loop');

Use Case

Not very useful having the block there if it can't be used.