Archive | Functions RSS feed for this section

network_site_url

Retrieve the site url for the current network.Returns the site url with the appropriate protocol, ‘https’ if is_ssl() and ‘http’ otherwise. If $scheme is ‘http’ or ‘https’, is_ssl() is overridden.

2427

Continue reading

network_home_url

Retrieve the home url for the current network.Returns the home url with the appropriate protocol, ‘https’ if is_ssl() and ‘http’ otherwise. If $scheme is ‘http’ or ‘https’, is_ssl() is overridden.

2425

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