Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
In this tutorial, we are going to see how to create a shipping method with form fields.
1
508
posted 11 years ago by etechblog
Heavily based on "Recursive chmod in PHP" by Tenzer ( 03/10/08 http://snipplr.com/view/5350/ )
0
502
posted 11 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
630
posted 11 years ago by iroybot
Returns Wordpress categories as a hierarchical object (i.e. categories with subcategories)
0
344
posted 11 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
806
posted 11 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
604
posted 11 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
644
posted 11 years ago by i-am-andy
Link to the current theme / template url for use in wordpress template.
0
530
posted 11 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
669
posted 11 years ago by djmosc