Wordpress - funcdoc.wordpress.com - Function Documentation

Latest News:

Writing WordPress Widget Best Practices 5 Feb 2008 | 06:22 pm

Don’t Nest Functions It appears to be a neat trick, but that is all it is. A hack that you should avoid and just because you can do it and it works does not give reason to do so. There are many progr...

Shortcodes API 4 Feb 2008 | 03:29 pm

WordPress 2.5 adds the ability to register bbcode style formats in plugins for post content only. I have a plugin that converts language specific bbcodes to genshi style. It however parses the content...

Speaking at WordCamp Dallas 2008 1 Feb 2008 | 08:46 pm

My talk has been accepted for inclusion on Sunday, March 30. The nice part is that if perhaps I stumble, enough people will be able to leave since I have the last session of the day. I have some exper...

wp-config.php Settings: Part 2 1 Feb 2008 | 04:44 pm

About WP_MEMORY_LIMIT In WordPress 2.5, a new hard coded setting is added, which allows for increasing the memory limit. Few people always seem to have a problem where PHP exhausts all of the memory ...

Replacing WordPress Object Caching 31 Jan 2008 | 01:14 pm

The WordPress Object Cache changed in WordPress 2.5 and removed a lot of file support from the code. This means that the Object Cache in WordPress 2.5 is completely dependent on memory and will not be...

wp-config.php Settings: Part 1 30 Jan 2008 | 01:14 pm

The wp-config.php file contains all of the major settings that WordPress will use during execution. There are differences between the settings in the wp-config.php file and those that are set in the d...

Writing Plugins: Including an Uninstaller 25 Jan 2008 | 04:57 pm

I think the central issue is that, plugin developers think writing an uninstaller is difficult, but it is not. I’ve been doing it for quite a while in my private WordPress plugins. It was quite easy. ...

Writing Plugins: Writing Maintainable Procedural Plugins 23 Jan 2008 | 05:26 am

Don’t use Globals. Okay, so WordPress uses globals and that is okay, so why can’t you use globals? If you know what you are doing then by all means, ignore this suggestion, because this does not appl...

How to Patch the WordPress Core 21 Jan 2008 | 10:17 pm

This document will combine several external sources into one long informative document. Some of the contents will describe how to create a patch, how to create a Trac ticket, and finally what can be d...

Writing Plugins: Directory Structure 20 Jan 2008 | 07:00 pm

If you plugin is fairly simple and small, you can contain your plugin in one file and have translations in the same directory. However, if you ever plan to extend your plugin and create more complex a...

Recently parsed news:

Recent searches: