media_upload_file in /wp-admin/includes/deprecated.php
16755
Continue reading* maybe_add_column() * Add column to db table if it doesn’t exist.* Returns: true if already exists or on successful completion * false on error
9993
Continue readingConverts 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