<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/functions</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 17:32:23 GMT</pubDate>
<item>
<title>(PHP) cut string without partial words (unicode version with mb_substr) - shin</title>
<link>http://snipplr.com/view/67430/cut-string-without-partial-words-unicode-version-with-mbsubstr/</link>
<description><![CDATA[ <p>cut string without partial words (unicode version with mb_substr). for this snippet: http://snipplr.com/view/67385/show-subcategories-with-picture-and-description/</p> ]]></description>
<pubDate>Sat, 29 Sep 2012 22:38:54 GMT</pubDate>
<guid>http://snipplr.com/view/67430/cut-string-without-partial-words-unicode-version-with-mbsubstr/</guid>
</item>
<item>
<title>(PHP) SlideDeck 2 After get hook-in for overriding deck options - Jamie</title>
<link>http://snipplr.com/view/66597/slidedeck-2-after-get-hookin-for-overriding-deck-options/</link>
<description><![CDATA[ <p>Allows a SlideDeck user to hook into the options array after the SlideDeck is fetched from the database. Options can then be modified based on the request.</p> ]]></description>
<pubDate>Thu, 09 Aug 2012 03:13:52 GMT</pubDate>
<guid>http://snipplr.com/view/66597/slidedeck-2-after-get-hookin-for-overriding-deck-options/</guid>
</item>
<item>
<title>(PHP) Timestamp2date - WouterJ</title>
<link>http://snipplr.com/view/65791/timestamp2date/</link>
<description><![CDATA[ <p># Timestamp2array

Convert a timestamp (`20120525`) to a date (`2012-05-25`), you can specify the format in the second parameter.</p> ]]></description>
<pubDate>Mon, 25 Jun 2012 18:42:30 GMT</pubDate>
<guid>http://snipplr.com/view/65791/timestamp2date/</guid>
</item>
<item>
<title>(PHP) Unique Code Generator - fmdfrank</title>
<link>http://snipplr.com/view/65639/unique-code-generator/</link>
<description><![CDATA[ <p>For a project I needed to generate a unique code for each user the client would input manually. Each user would have four fields (first name, last name, email, zipcode). Omitting the email addresses ensures unique output because we reduce the chances of characters like; '@', '.', and strings like 'com' being reused everytime. It's simple, it's efficient and it's not overcomplicated.</p> ]]></description>
<pubDate>Fri, 15 Jun 2012 14:13:46 GMT</pubDate>
<guid>http://snipplr.com/view/65639/unique-code-generator/</guid>
</item>
<item>
<title>(PHP) Helper Functions - StevenW721</title>
<link>http://snipplr.com/view/65555/helper-functions/</link>
<description><![CDATA[ <p>General helper functions I commonly need for new website production</p> ]]></description>
<pubDate>Tue, 12 Jun 2012 15:00:45 GMT</pubDate>
<guid>http://snipplr.com/view/65555/helper-functions/</guid>
</item>
<item>
<title>(PHP) Add custom images sizes to WordPress - thescottlee</title>
<link>http://snipplr.com/view/65478/add-custom-images-sizes-to-wordpress/</link>
<description><![CDATA[ <p>- Use custom image size within template (including if exist)
- Add a class name to a custom image size</p> ]]></description>
<pubDate>Fri, 08 Jun 2012 09:35:06 GMT</pubDate>
<guid>http://snipplr.com/view/65478/add-custom-images-sizes-to-wordpress/</guid>
</item>
<item>
<title>(PHP) Using Jomsocial functions in outside of Jomsocial - kevincam</title>
<link>http://snipplr.com/view/65054/using-jomsocial-functions-in-outside-of-jomsocial/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 24 May 2012 04:26:54 GMT</pubDate>
<guid>http://snipplr.com/view/65054/using-jomsocial-functions-in-outside-of-jomsocial/</guid>
</item>
<item>
<title>(PHP) WP Add Post Thumbnails - functions.php - ryarwood</title>
<link>http://snipplr.com/view/62855/wp-add-post-thumbnails--functionsphp/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Jan 2012 08:47:07 GMT</pubDate>
<guid>http://snipplr.com/view/62855/wp-add-post-thumbnails--functionsphp/</guid>
</item>
<item>
<title>(PHP) Remove or Hide Admin Menu Links for Certain or Specific Users or Roles - rliverman</title>
<link>http://snipplr.com/view/61976/remove-or-hide-admin-menu-links-for-certain-or-specific-users-or-roles/</link>
<description><![CDATA[ <p>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.</p> ]]></description>
<pubDate>Mon, 19 Dec 2011 07:09:21 GMT</pubDate>
<guid>http://snipplr.com/view/61976/remove-or-hide-admin-menu-links-for-certain-or-specific-users-or-roles/</guid>
</item>
<item>
<title>(PHP) Remove Personal Options from Profile Menu - swoicik</title>
<link>http://snipplr.com/view/61963/remove-personal-options-from-profile-menu/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 18 Dec 2011 12:27:14 GMT</pubDate>
<guid>http://snipplr.com/view/61963/remove-personal-options-from-profile-menu/</guid>
</item>
<item>
<title>(PHP) Remove Meta Boxes from Dashboard - swoicik</title>
<link>http://snipplr.com/view/61962/remove-meta-boxes-from-dashboard/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 18 Dec 2011 12:27:13 GMT</pubDate>
<guid>http://snipplr.com/view/61962/remove-meta-boxes-from-dashboard/</guid>
</item>
<item>
<title>(PHP) Exclude Category from Feed - swoicik</title>
<link>http://snipplr.com/view/61961/exclude-category-from-feed/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 18 Dec 2011 12:27:12 GMT</pubDate>
<guid>http://snipplr.com/view/61961/exclude-category-from-feed/</guid>
</item>
<item>
<title>(PHP) Custom Admin Login Logo Link - swoicik</title>
<link>http://snipplr.com/view/61960/custom-admin-login-logo-link/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 18 Dec 2011 12:27:11 GMT</pubDate>
<guid>http://snipplr.com/view/61960/custom-admin-login-logo-link/</guid>
</item>
<item>
<title>(PHP) Custom Admin Login Header Logo - swoicik</title>
<link>http://snipplr.com/view/61958/custom-admin-login-header-logo/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 18 Dec 2011 12:27:09 GMT</pubDate>
<guid>http://snipplr.com/view/61958/custom-admin-login-header-logo/</guid>
</item>
<item>
<title>(PHP) Custom Admin Dashboard Header Logo - swoicik</title>
<link>http://snipplr.com/view/61957/custom-admin-dashboard-header-logo/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 18 Dec 2011 12:27:08 GMT</pubDate>
<guid>http://snipplr.com/view/61957/custom-admin-dashboard-header-logo/</guid>
</item>
<item>
<title>(PHP) Admin Footer Modification - swoicik</title>
<link>http://snipplr.com/view/61956/admin-footer-modification/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 18 Dec 2011 12:25:47 GMT</pubDate>
<guid>http://snipplr.com/view/61956/admin-footer-modification/</guid>
</item>
<item>
<title>(PHP) Wordpress - Add Buttons in the Visual Editor - adambundy</title>
<link>http://snipplr.com/view/61955/wordpress--add-buttons-in-the-visual-editor/</link>
<description><![CDATA[ <p>Courtesy CSSTricks (http://css-tricks.com/snippets/wordpress/turn-on-more-buttons-in-the-wordpress-visual-editor/)</p> ]]></description>
<pubDate>Sun, 18 Dec 2011 11:34:28 GMT</pubDate>
<guid>http://snipplr.com/view/61955/wordpress--add-buttons-in-the-visual-editor/</guid>
</item>
<item>
<title>(PHP) Preg_replace_callback with UBB-parser - Waldio</title>
<link>http://snipplr.com/view/60682/pregreplacecallback-with-ubbparser/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Nov 2011 09:43:47 GMT</pubDate>
<guid>http://snipplr.com/view/60682/pregreplacecallback-with-ubbparser/</guid>
</item>
<item>
<title>(PHP) Wordpress Select categories option panel themes - pmalerba</title>
<link>http://snipplr.com/view/59871/wordpress-select-categories-option-panel-themes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 17 Oct 2011 04:46:18 GMT</pubDate>
<guid>http://snipplr.com/view/59871/wordpress-select-categories-option-panel-themes/</guid>
</item>
<item>
<title>(PHP) Print Current WordPress Template Being Used - jeremyjared74</title>
<link>http://snipplr.com/view/58255/print-current-wordpress-template-being-used/</link>
<description><![CDATA[ <p>Add this to the functions.php file. Make sure the Admin Bar is set to show when viewing site. You will see in the Admin Bar the current page template that is being used.</p> ]]></description>
<pubDate>Mon, 29 Aug 2011 06:17:31 GMT</pubDate>
<guid>http://snipplr.com/view/58255/print-current-wordpress-template-being-used/</guid>
</item>
</channel>
</rss>