wp_manage_pages_columns in /wp-admin/includes/template.php
3899
Continue readingConvert full URL paths to absolute paths.Removes the http or https protocols and the domain. Keeps the path ‘/’ at the beginning, so it isn’t a true relative link, but from the web root base.
3895
Continue readingSend mail, similar to PHP’s mailA true return value does not automatically mean that the user received the email successfully. It just only means that the method used was able to process the request without any errors.
3893
Continue readingReturns the Lost Password URL.Returns the URL that allows the user to retrieve the lost password
3891
Continue reading