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

Tag Archives: PHP

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.