New and updated in 5.7.0
-
functionwp_print_script_tag()
Prints formatted “ loader tag.
-
Gets the default URL to learn more about updating the site to use HTTPS.
-
functionwp_get_direct_update_https_url()
Gets the URL for directly updating the site to use HTTPS.
-
Filters the URL for directly updating the PHP version the site is running on from the host.
-
functionwp_get_update_https_url()
Gets the URL to learn more about updating the site to use HTTPS.
-
Filters the URL to learn more about updating the HTTPS version the site is running on.
-
Filters the user data during a password reset request.
-
functionwp_force_plain_post_permalink()
Determine whether post should always use a plain permalink structure.
-
functionwp_resolve_post_date()
Uses wp_checkdate to return a valid Gregorian-calendar value for post_date.
-
functionis_post_status_viewable()
Determines whether a post status is considered “viewable”.
-
functionis_post_publicly_viewable()
Determines whether a post is publicly viewable.
-
functionwp_getimagesize()
Allows PHP’s getimagesize() to be debuggable when necessary.
-
functionwp_iframe_tag_add_loading_attr()
Adds `loading` attribute to an `iframe` HTML tag.
-
Filters the `loading` attribute value to add to an iframe. Default `lazy`.
-
Filters the ‘wp_image_src_get_dimensions’ value.
-
Filters the HTML output of paginated links for archives.
-
Displays a referrer `strict-origin-when-cross-origin` meta tag.
-
Runs a remote HTTPS request to detect whether HTTPS supported, and stores potential errors.
-
Short-circuits the process of detecting errors related to HTTPS support.
-
functionwp_schedule_https_detection()
Schedules the Cron hook for detecting HTTPS support.
-
Disables SSL verification if the ‘cron_request’ arguments include an HTTPS URL.
-
functionwp_is_local_html_output()
Checks whether a given HTML string is likely an output from this WordPress site.
-
functionwp_is_home_url_using_https()
Checks whether the current site URL is using HTTPS.
-
functionwp_is_site_url_using_https()
Checks whether the current site’s URL where WordPress is stored is using HTTPS.
-
functionwp_is_https_supported()
Checks whether HTTPS is supported for the server and domain.
-
functionwp_is_using_https()
Checks whether the website is using HTTPS.
-
functionget_post_parent()
Retrieves the parent post object for the given post.
-
functionhas_post_parent()
Returns whether the given post has a parent post.
-
Checks whether WordPress should replace old HTTP URLs to the site with their HTTPS counterpart.
-
Filters whether WordPress should replace old HTTP URLs to the site with their HTTPS counterpart.