Using WordPress ‘get_post_format_string()’ PHP function Written by Adrian Gordon WordPress Returns a pretty, translated version of a post format slug
Using WordPress ‘get_tag_link()’ PHP function Written by Adrian Gordon WordPress The `get_tag_link()` function in WordPress retrieves the link to a specific tag using its ID
Using WordPress ‘kses_init_filters()’ PHP function Written by Adrian Gordon WordPress Learn how to use the WordPress 'kses_init_filters' function to enable or disable KSES input form content filters in your themes or plugins
Using WordPress ‘is_post_status_viewable()’ PHP function Written by Adrian Gordon WordPress Determines whether a post status is considered “viewable”.
Using WordPress ‘iso8601_to_datetime()’ PHP function Written by Adrian Gordon WordPress Given an ISO 8601 (Ymd H:i:sO) date, returns a MySQL DateTime (Y-m-d H:i:s) format used by post_date[_gmt].
Using WordPress ‘install_theme_search_form()’ PHP function Written by Adrian Gordon WordPress Learn how to use the WordPress 'install_theme_search_form()' PHP function to display a search form for searching themes in the WordPress theme directory
Using WordPress ‘image_size_input_fields()’ PHP function Written by Adrian Gordon WordPress Retrieves HTML for the size radio buttons with the specified one checked.
Using WordPress ‘image_make_intermediate_size()’ PHP function Written by Adrian Gordon WordPress Resizes an image to make a thumbnail or intermediate size.
Using WordPress ‘get_the_excerpt()’ PHP function Written by Adrian Gordon WordPress The `get_the_excerpt()` function in WordPress retrieves the post excerpt, which can be used for displaying on the frontend