Archive | Functions by letter w RSS feed for this section

wp_tempnam

Returns a filename of a Temporary unique file.Please note that the calling function must unlink() this itself.

4159

Continue reading

wp_tag_cloud

Display tag cloud.The text size is set by the ‘smallest’ and ‘largest’ arguments, which will use the ‘unit’ argument value for the CSS text size unit. The ‘format’ argument can be ‘flat’ (default), ‘list’, or ‘array’. The flat value for the ‘format’ argument will separate tags with spaces. The list value for the ‘format’ argument will format the tags in a UL HTML list. The array value for the ‘format’ argument will return in PHP array type format.

4155

Continue reading

wp_suspend_cache_invalidation

Suspend cache invalidation.Turns cache invalidation on and off. Useful during imports where you don’t wont to do invalidations every time a post is inserted. Callers must be sure that what they are doing won’t lead to an inconsistent cache when invalidation is suspended.

4153

Continue reading

wp_style_loader_src

Administration Screen CSS for changing the styles.If installing the ‘wp-admin/’ directory will be replaced with ‘./’.

4151

Continue reading