Skip to content

Instantly share code, notes, and snippets.

View jeremyHixon's full-sized avatar
😎
Killin' it

Jeremy jeremyHixon

😎
Killin' it
View GitHub Profile
<?php
// ===============================
// Reducing database calls
// http://jeremyhixon.com/sandbox/snippet/reducing-database-calls-using-bloginfo/
//
// Global variable used to reduce database queries on values commonly requested in themes.
// Use "global $bloginfo;" at the beginnng of any theme file and/or function to be able to access the values.
// ===============================
$bloginfo = array(