Recently Added Snippets
Use this in functions.php to get all blogs. Use get_all_sites(); in your theme to display the results.
fold the text according to its indentation
Call query_die($string, $user_friendly); to connect to mysql with error callback or dies if there's an error, where
$srting = your query;
$user_friendly = user friendly output,%
Get all variables passed by post or get and make them into safe strings.
Useful for mysql queries
call as - var_safe($arr, $method);
where
$arr = array of elements you wish to
Load admin area by pressing Ctrl+Z
Windows : Add "Open with Notepad" to the Context Menu for All Files