Fresh off the presses, I have an update to my original WordPress plugin, TC Comment Out. I’ve added the ability to add an attribute that will completely remove the commented out text from the finished page altogether, rather than hide it inside HTML comments (which, by the way, is still the default behavior). So now, if you’re so paranoid (and they really are out to get you!) that you don’t even want the commented text viewable when the visitor to your site views the source HTML in the browser, you now have that option.
taupecat consulting
Tag: wordpress
TC Disable Browser Upgrade Warning
July 21, 2011
Yeah, I’ve released another small, but hopefully useful for some, WordPress plugin called “TC Disable Browser Upgrade Warning” which, wait for it, removes the “Your browser is out of date!” warning dashboard widget on your administration home page.
TC Comment Out: My First WordPress Plugin
April 22, 2011
I’m pleased to announce that I’m releasing my first WordPress plugin for public use: TC Comment Out.
Using Time in Your WordPress Plugin
October 22, 2010
I just had a rather frustrating experience trying to use a timestamp in a plugin I’m writing. Even though I have my timezone dutifully set in my php.ini file, as all good PHP 5.3.* developers should, the timestamp that WordPress was giving me in the admin section was for UTC instead of America/New_York.
