Skip to content

Instantly share code, notes, and snippets.

@EarthlingDavey
EarthlingDavey / class-comments.php
Created January 30, 2020 15:27 — forked from mattclements/function.php
Wordpress Disable Comments (add to function.php)
<?php
/**
* Class Comments.
* Code refactored from:
* https://gist.github.com/mattclements/eab5ef656b2f946c4bfb
*
* @package Foo
*/
namespace Boop;