Tag: functions

  • How To Extend A WordPress Plugin Without Losing Your Changes

    How To Extend A WordPress Plugin Without Losing Your Changes

    While there is not an official way to create child plugins, the topic has been discussed in the WordPress community over the past few years. I caught up with Ian Dunn who submitted the idea three years ago to see if it still has merit. From an architectural standpoint, creating a child plugin isn’t really…

  • Your Daily Fix Of WordPress Functions

    How would you like to experience WordPress functions within your inbox on a daily basis? If so, consider signing up to the WordPress Daily Documentation site. Each day features a different function within WordPress sent to your inbox which contains examples, an explanation of what the function does, parameters, and the usual information you would…

  • Avoid Hardcoding Your Copyright Information

    How many of you still update your themes footer every year to change the copyright date? Thanks to a small snippet of code, you can add this to your footer.php file which will negate the need to manually change the copyright information every year. The code snippet is php the_time(‘Y’) An excellent primer for how…

  • Interview With Oliver – Creator Of WPSeek.com

    What was your inspiration for creating WPSeek? The first idea of wpseek wasn’t actually to create a public search engine for WordPress developers. When I finished creating a little Firefox add-on called “WordPress Helper” [1] some years back, I was using wpseek as a kind of search result page for requests made with the “WordPress…

  • WordPress Is More Functional Over Time

    Ozh of PlanetOzh.com has a great post filled with tidbits of information he has gathered from mining 54 different WordPress releases ranging from 0.7.1 to 3.0.1. Not surprisingly, WordPress continues to have more functions added to it as time moves along. As of 3.0.1, WordPress has 3,240 PHP functions defined. Based on the graph published…

  • WPSeek – An Awesome Research Tool

    Ever wish you could search for WordPress functions, template tags, function sources, user notes, etc all from one place? That is exactly what WPSeek.com allows you to do as it acts as a very slick WordPress centric search engine. WPSeek was originally used to be a gateway page for the WordPress Helper FireFox extension but…

  • Lookup Functions In A Flash

    A new site making the rounds throughout the WordPress community called WPLookup.com makes finding information for specific WordPress functions a breeze. Simply type in the function you’re looking for into the search box which contains a huge font size for some reason and click the look it up button. I tested the search engine using…