Tag Archives: codex

delete_comment_meta

Remove metadata matching criteria from a comment.You can match based on the key, or key and value. Removing based on key and value, will keep from removing duplicate metadata with the same key. It also allows removing all metadata matching key, if needed.

794

Continue reading

date_i18n

Retrieve the date in localized format, based on timestamp.If the locale specifies the locale month and weekday, then the locale will take over the format for the date. If it isn’t, then the date format string will be used instead.

762

Continue reading