Archive | Functions RSS feed for this section

untrailingslashit

Removes trailing slash if it exists.The primary use of this is for paths and thus should be used for paths. It is not restricted to paths and offers no specific path support.

3147

Continue reading

unstick_post

Unstick a post.Sticky posts should be displayed at the top of the front page.

3145

Continue reading

unregister_widget

Unregister a widgetUnregisters a WP_Widget widget. Useful for unregistering default widgets. Run within a function hooked to the widgets_init action.

3141

Continue reading