Archive | Documentation RSS feed for this section

wpmu_admin_do_redirect

Redirect a user based on $_GET or $_POST arguments.The function looks for redirect arguments in the following order: 1) $_GET[‘ref’] 2) $_POST[‘ref’] 3) $_SERVER[‘HTTP_REFERER’] 4) $_GET[‘redirect’] 5) $_POST[‘redirect’] 6) $url

3371

Continue reading

wpautop

Replaces double line-breaks with paragraph elements.A group of regex replaces used to identify text formatted with newlines and replace double line-breaks with HTML paragraph tags. The remaining line-breaks after conversion become
tags, unless $br is set to ‘0’ or ‘false’.

3365

Continue reading