Archive | Functions RSS feed for this section

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

wp_ob_end_flush_all

Flush all output buffers for PHP 5.2.Make sure all output buffers are flushed before our singletons our destroyed.

3959

Continue reading