Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Heavily based on "Recursive chmod in PHP" by Tenzer ( 03/10/08 http://snipplr.com/view/5350/ )
0
811
posted 13 years ago by madc
Simplepie per default uses relative paths to generate the cache filename. Whenever I use Simplepie I run into the same problem, that the cache directory can't be located. This is why I modify the file everytime. Here's my version (with a hardcoded p...
0
1085
posted 13 years ago by iroybot
Returns Wordpress categories as a hierarchical object (i.e. categories with subcategories)
0
636
posted 13 years ago by adamturtle
Used to sort array of objects by it's property
Note: Anonymous functions are available since PHP 5.3.0.
0
1271
posted 13 years ago by Rain
The admin pages listing the site’s posts and pages come with various text columns (title, tags, categories, author and so on). In order to see what the featured images are, you have to visit each post or page individually. What I will show here, is...
0
991
posted 13 years ago by i-am-andy
Add or Change Content in the Featured Image Meta Box
Posted on March 21, 2011
Perhaps you need to provide a little extra instruction about the Featured Image meta box. It doesn’t take much to add your own text to that box:
0
1020
posted 13 years ago by i-am-andy
Link to the current theme / template url for use in wordpress template.
0
862
posted 13 years ago by carouselcreative
Just insert any category id into the argument and it will return the top level category object.
e.g: print_r( get_top_level_category('INSERT CATEGORY ID HERE') );
0
1078
posted 13 years ago by djmosc
Checks for image files in directory and creates a XML file of the contents
0
1064
posted 13 years ago by Don_Jarmo
Add current class to single posts in Wordpres wp_nav_menu by adding a filter
0
1231
posted 13 years ago by inflightatnight