Archive | Functions by letter w RSS feed for this section

wp_page_menu

Display or retrieve list of pages with optional home link.The arguments are listed below and part of the arguments are for wp_list_pages() function. Check that function for more info on those arguments.

3969

Continue reading

wp_original_referer_field

Retrieve or display original referer hidden field for forms.The input name is ‘_wp_original_http_referer’ and will be either the same value of wp_referer_field(), if that was posted already or it will be the current page, if it doesn’t exist.

3967

Continue reading

wp_old_slug_redirect

Redirect old slugs to the correct permalink.Attempts to find the current slug from the past slugs.

3965

Continue reading