Archive | /wp-includes/functions.php RSS feed for this section

wp_guess_url

Guess the URL for the site.Will remove wp-admin links to retrieve only return URLs not in the wp-admin directory.

3753

Continue reading

wp_get_referer

Retrieve referer from ‘_wp_http_referer’ or HTTP referer. If it’s the same as the current request URL, will return false.

3743

Continue reading

wp_get_nocache_headers

Gets the header information to prevent caching.The several different headers cover the different ways cache prevention is handled by different browsers

3721

Continue reading