Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Remove the “Please upgrade now†message in the Wordpress Dashboard
Paste the code in your functions.php
        
        
        
            0 
        
        
            1085 
        
                    posted 15 years ago by math89
            From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
For additional information, see the link above.
        
        
        
            0 
        
        
            1315 
        
                    posted 15 years ago by mdrisser
            From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
        
        
        
            0 
        
        
            1210 
        
                    posted 15 years ago by mdrisser
            From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
        
        
        
            1 
        
        
            1311 
        
                    posted 15 years ago by mdrisser
            From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
        
        
        
            0 
        
        
            1327 
        
                    posted 15 years ago by mdrisser
            From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
        
        
        
            2 
        
        
            1254 
        
                    posted 15 years ago by mdrisser
            Place in your functions.php file and call it in your theme like this:
 <?php>
        
        
        
            1 
        
        
            2616 
        
                    posted 15 years ago by afj176
            Modified version of the script created by Dave Stevens, Enables the user to input their credentials on a webpage rather than having to change the actual php script code.
Changes: Changed $user,$pass,$term
This is a modified script, the original...
        
        
        
            0 
        
        
            1600 
        
                    posted 15 years ago by jonathonmaguire
            This function validate a mail address in a smart way: if the address to validate has a correct syntax (checked with regular expression), it tries to connect to the mx server of the address. This means that the program have to use the smtp protocol to...
        
        
        
            3 
        
        
            1839 
        
                    posted 15 years ago by ginoplusio
            It allows you to automatically get the first image from the current post, and display it.
        
        
        
            2 
        
        
            4988 
        
                    posted 15 years ago by math89
            How to get actual category name in wordpress if is_category() is true
        
        
        
            0 
        
        
            1114 
        
                    posted 15 years ago by AlessandroCoscia
            This script will return the URL for the current page you're on, including category and tag pages.
        
        
        
            3 
        
        
            2263 
        
                    posted 15 years ago by jonhenshaw
            I’ve made this class that can use normal session variables, or cookies. This class can use cookies in two ways: store a single variable in each cookie, or pack many variables, encrypt, and store them into cookies.
Now I always use this class whe...
        
        
        
            2 
        
        
            1398 
        
                    posted 15 years ago by ginoplusio
            I written this code to parse apache log in common log formats.  It may have problems with irresponsible formatting like non-concluded into quotes request line. I welcome any modifications to my snippet because it was written if short time and this is...
        
        
        
            0 
        
        
            1287 
        
                    posted 15 years ago by mpontus
            For use in conjunction with the get_work function in the theme functions template, functions.php.
Requires
        
        
        
            0 
        
        
            1217 
        
                    posted 15 years ago by tylersticka
            
