Archive | Functions RSS feed for this section

wp_mkdir_p

Recursive directory creation based on full path.Will attempt to set permissions on folders.

3917

Continue reading

wp_meta

Theme container function for the ‘wp_meta’ action.The ‘wp_meta’ action can have several purposes, depending on how you use it, but one purpose might have been to allow for theme switching.

3913

Continue reading

wp_maybe_load_widgets

Determines if Widgets library should be loaded.Checks to make sure that the widgets library hasn’t already been loaded. If it hasn’t, then it will load the widgets library and run an action hook.

3909

Continue reading