Using WordPress ‘image_make_intermediate_size()’ PHP function
Resizes an image to make a thumbnail or intermediate size.
Resizes an image to make a thumbnail or intermediate size.
Retrieves the media element HTML to send to the editor.
Adds a base URL to relative links in passed content.
The `human_time_diff()` function in WordPress calculates the difference between two timestamps and returns it in a human-readable format like “1 hour” or “5 minutes
Learn how to use the WordPress `human_readable_duration()` function to convert time durations into human-readable formats like "4 hours, 30 minutes, 25 seconds" in this article
Learn how to use the WordPress `htmlentities2()` function to convert and preserve special characters in your content, including examples of encoding URL parameters, form inputs, and JSON strings
The `get_the_author()` function in WordPress retrieves the author of the current post but has been deprecated
Retrieves the URL for the current site where the front end is accessible.
The `heartbeat_autosave()` function in WordPress is used for performing autosave with the Heartbeat API by sending an AJAX request to the server when the user has not interacted with the…