the_modified_date() Displays the date on which the post was last modified.
get_the_modified_date() Retrieves the date on which the post was last modified.
the_time() Displays the time of the post.
get_the_time() Retrieves the time of the post.
get_post_time() Retrieves the localized time of the post.
get_post_datetime() Retrieves post published or modified time as a `DateTimeImmutable` object instance.
get_post_timestamp() Retrieves post published or modified time as a Unix timestamp.
the_modified_time() Displays the time at which the post was last modified.
get_the_modified_time() Retrieves the time at which the post was last modified.
get_post_modified_time() Retrieves the time at which the post was last modified.
the_weekday() Displays the localized weekday for the post.
the_weekday_date() Displays the localized weekday for the post.
wp_head() Fires the wp_head action.
wp_footer() Fires the wp_footer action.
wp_body_open() Fires the wp_body_open action.
feed_links() Displays the links to the general feeds.
feed_links_extra() Displays the links to the extra feeds such as category feeds.
rsd_link() Displays the link to the Really Simple Discovery service endpoint.
wp_strict_cross_origin_referrer() Displays a referrer `strict-origin-when-cross-origin` meta tag.
wp_site_icon() Displays site icon meta tags.
wp_resource_hints() Prints resource hints to browsers for pre-fetching, pre-rendering
wp_preload_resources() Prints resource preloads directives to browsers.
wp_dependencies_unique_hosts() Retrieves a list of unique hosts of all enqueued scripts and styles.
user_can_richedit() Determines whether the user can access the visual editor.
wp_default_editor() Finds out which editor should be displayed by default.
wp_editor() Renders an editor.
wp_enqueue_editor() Outputs the editor scripts, stylesheets, and default settings.
wp_enqueue_code_editor() Enqueues assets needed by the code editor for the given settings.
wp_get_code_editor_settings() Generates and returns code editor settings.
get_search_query() Retrieves the contents of the search WordPress query variable.
the_search_query() Displays the contents of the search query variable.
get_language_attributes() Gets the language attributes for the 'html' tag.
language_attributes() Displays the language attributes for the 'html' tag.
paginate_links() Retrieves paginated links for archive post pages.
wp_admin_css_color() Registers an admin color scheme css file.
register_admin_color_schemes() Registers the default admin color schemes.
wp_admin_css_uri() Displays the URL of a WordPress admin CSS file.
wp_admin_css() Enqueues or directly prints a stylesheet link to the specified CSS file.
add_thickbox() Enqueues the default ThickBox js and css.
wp_generator() Displays the XHTML generator that is generated on the wp_head hook.
the_generator() Displays the generator XML or Comment for RSS, ATOM, etc.
get_the_generator() Creates the generator XML or Comment for RSS, ATOM, etc.
checked() Outputs the HTML checked attribute.
selected() Outputs the HTML selected attribute.
disabled() Outputs the HTML disabled attribute.
wp_readonly() Outputs the HTML readonly attribute.
__checked_selected_helper() Private helper function for checked, selected, disabled and readonly.
wp_required_field_indicator() Assigns a visual indicator for required form fields.
wp_required_field_message() Creates a message to explain required form fields.
wp_heartbeat_settings() Default settings for heartbeat.