Welcome To Snipplr


Everyone's Recent PHP Snippets



1 ... 25 26 27 28 29 ... 147
1 407 posted 12 years ago by madnil
Calling generateHash() with a single argument (the plain text password) will cause a random string to be generated and used for the salt. The resulting string consists of the salt followed by the SHA-1 hash - this is to be stored away in your databas...
3 687 posted 12 years ago by StevenW721
This will get the 11-character YouTube video ID from any valid YouTube URL. Based on http://snipplr.com/view/57065/get-youtube-video-id/ but made more robust to handle additional URL inputs
0 1291 posted 12 years ago by jmiller
Condition = The condition which must be met. True = Executed if the condition is met. False = Executed if the condition failes.
0 553 posted 12 years ago by beneberle
This is the Batch API example shown on http://api.drupal.org/api/drupal/developer--hooks--install.php/function/hook_update_N/6.
1 635 posted 12 years ago by wizonesolutions
then in your template code you just use.. echo excerpt(25);
1 509 posted 12 years ago by Omegakenshin
Register a Custom Post Type and a Custom Taxonomy in Wordpress
0 935 posted 12 years ago by i-am-andy
Add this within the loop:
0 550 posted 12 years ago by xcsteve99
Search for a string, if matched replace with second provided paramater. Third parameter is the variable whose value is the string you'd like to search.
0 663 posted 12 years ago by inreflection7
Wordpress by default wraps images in <p> tags, this kills that.
3 829 posted 12 years ago by rliverman
If the image source is not in the database a default image is displayed.
0 1199 posted 12 years ago by blantonious
Ever want to filter out a category from your blog page. Here's how you do it! Just add this snippet to your functions.php file.
0 589 posted 12 years ago by goatboy91587
Simple script utilising the `gpg_encrypt.php` code (`http://business-php.com/opensource/gpg_encrypt/`) that will encrypt both the body and attachment of an email on upload.
0 921 posted 12 years ago by davo
This function accept one parameter (integer or float) and returns the same number writed with words. Useful for currencies and invoices.
0 772 posted 12 years ago by stz184
Use this in your functions.php Sets one language for WP Admin and the other for front-end.
2 649 posted 12 years ago by mihael
Creates table structure for pitchfx data that is provided by mlb.com. Open PHP file and enter username and password for localhost. Feel free to customize to suit your preference.
0 704 posted 12 years ago by wa-rufio
Open PHP file and enter User Credentials for localhost. The default dates are set to negotiate the 2011 season, but change the date variables to match your desired season data. The start date should be the day before opening day, and the end date t...
0 715 posted 12 years ago by wa-rufio
In this example I used the "Members" plugin to add a capability called "hide_jobs" and that was the trigger to hide certain admin menus and also hide the "Right Now" dashboard widget.
0 847 posted 12 years ago by rliverman
0 587 posted 12 years ago by swoicik
0 487 posted 12 years ago by swoicik
0 576 posted 12 years ago by swoicik
0 527 posted 12 years ago by swoicik
0 461 posted 12 years ago by swoicik
Courtesy CSSTricks (http://css-tricks.com/snippets/wordpress/turn-on-more-buttons-in-the-wordpress-visual-editor/)
1 724 posted 12 years ago by adambundy
function that creates a template tag that can be used to insert excerpts with different lengths. Also controls characters that come after excerpt
0 565 posted 12 years ago by verticalgrain
UPDATE: might be easier or faster to use this now (also courtesy Pippin): http://pippinsplugins.com/get-all-attached-media/ **courtesy Pippin Williamson (http://pippinsplugins.com/image-gallery-short-code-using-post-attachments/) use shortcode...
1 763 posted 12 years ago by adambundy
Removes WWW from the current URL, if exists.
1 607 posted 12 years ago by thewickedchemist
1 ... 25 26 27 28 29 ... 147