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

nocache_headers

Sets the headers to prevent caching for the different browsers.Different browsers support different nocache headers, so several headers must be sent so that all of them get the point that no caching should occur.

2455

Continue reading

mysql2date

Converts MySQL DATETIME field to user specified date format.If $dateformatstring has ‘G’ value, then gmmktime() function will be used to make the time. If $dateformatstring is set to ‘U’, then mktime() function will be used to make the time.

2419

Continue reading