facebooktwitterskypeRSS Feed
telephone: (920) 215-1842
facsimile: (866) 456-2115

Tag Archives: PHP

WordPress – This is somewhat embarassing, isn’t it?

WordPress is a great tool to help people create content. Sometimes their are issues and these are not fun. While setting up a new website that will manage hundreds of posts there was a uncommon issue we had darken our…

Class ‘OAuthSignatureMethod_HMAC_SHA1′ not found

If you’re getting an error to the tune of

It’s because you’re trying to use the PEAR OAuth library + abraham’s library at the same time or some other oAuth library. I suggest finding your php.ini and commenting out what

Passing variables through get_header and get_footer

While working on a integration between a custom shopping cart solution and WordPress I found the get_header() and get_footer() to not correctly with variables and functions I needed to call.

 

I have two possible solutions:

First solution.

I can…

Remove Update Checks for a WordPress Plugin

You can add the following snippet to plugins’ main file to prevent WordPress from checking for updates when loading the plugin list.