PluginProbe ʕ •ᴥ•ʔ
Disable Comments – Remove Comments & Stop Spam [Multi-Site Support] / 1.10.3
Disable Comments – Remove Comments & Stop Spam [Multi-Site Support] v1.10.3
trunk 1.1.1 1.10.0 1.10.3 1.11.0 1.5 1.5.1 1.5.2 1.6 1.7 1.7.1 1.8.0 1.9.0 2.0.0 2.0.1 2.0.2 2.1.0 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.5.0 2.5.1 2.5.2 2.5.3 2.6.0 2.6.1 2.6.2 2.7.0
disable-comments / assets / disable-comments.js
disable-comments / assets Last commit date
disable-comments.js 5 years ago disable-comments.js.map 5 years ago
disable-comments.js
9 lines
1 "use strict";
2
3 wp.domReady(function () {
4 if (wp.blocks) {
5 wp.blocks.unregisterBlockType('core/latest-comments');
6 }
7 });
8 //# sourceMappingURL=disable-comments.js.map
9