Welcome To Snipplr
Everyone's Recent Snippets Tagged php
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Ordena cualquier array multidimensional en base a un campo especÃfico
0
2068
posted 14 years ago by n19ht
Esta función devuelve true si el argumento está codificado en utf8
0
1737
posted 14 years ago by n19ht
If you would like to insert a cForms form into your WordPress website without using the TinyMCE or Widget function, you can do so by inserting this code in your template.
Replace ‘Default’ with the name given to your form.
0
3288
posted 14 years ago by albertpak98
This is the header.php file from Soul Care Aesthetics - complete with CSS and social icons spaces
0
1887
posted 14 years ago by guitarman2uk
This will search for specific type of tag in html doc and extract type attribute value and all attributes after it in tag.
0
1671
posted 14 years ago by anagaiyahoocom
Heavily based on "Recursive chmod in PHP" by Tenzer ( 03/10/08 http://snipplr.com/view/5350/ )
0
1731
posted 14 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
3279
posted 14 years ago by iroybot
Returns Wordpress categories as a hierarchical object (i.e. categories with subcategories)
0
1426
posted 14 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
2359
posted 14 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
2074
posted 14 years ago by i-am-andy
Changes the title and moves the featured image box in Wordpress admin area. Add this to functions.php
0
1913
posted 14 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
2078
posted 14 years ago by i-am-andy
Add current class to single posts in Wordpres wp_nav_menu by adding a filter
0
2497
posted 14 years ago by inflightatnight