Using WordPress ‘get_the_posts_pagination()’ PHP function Written by Adrian Gordon WordPress Retrieves a paginated navigation to next/previous set of posts, when applicable.
Using WordPress ‘get_trackback_url()’ PHP function Written by Adrian Gordon WordPress The `get_trackback_url()` function in WordPress retrieves the current post's trackback URL
Using WordPress ‘get_the_modified_time()’ PHP function Written by Adrian Gordon WordPress Retrieves the time at which the post was last modified.
Using WordPress ‘get_the_modified_date()’ PHP function Written by Adrian Gordon WordPress Retrieves the date on which the post was last modified.
Using WordPress ‘get_the_date()’ PHP function Written by Adrian Gordon WordPress The `get_the_date()` function is used in WordPress to retrieve the date that a post was written
Using WordPress ‘get_the_author_nickname()’ PHP function Written by Adrian Gordon WordPress Retrieve the nickname of the author of the current post.
Using WordPress ‘is_favicon()’ PHP function Written by Adrian Gordon WordPress The `is_favicon()` function in WordPress checks whether the current request is for the favicon
Using WordPress ‘is_date()’ PHP function Written by Adrian Gordon WordPress Determines whether the query is for an existing date archive.
Using WordPress ‘maybe_add_column()’ PHP function Written by Adrian Gordon WordPress Adds column to a database table, if it doesn’t already exist.