After one of our earlier posts Eric Mann whose opinion we highly respect initiated a conversation with me over Twitter’s DM where he expressed a dislike for the HardcoreWP approach and stated a preference for using ::get_instance() instead: public static function get_instance() { if ( ! isset( self::$_this ) ) { self::$_instance = new self;… Continue reading