Notifies the moderator of the blog about a new comment that is awaiting approval.
3955
Continue readingNotifies the moderator of the blog about a new comment that is awaiting approval.
3955
Continue readingRetrieve supported and filtered Cron recurrences.The supported recurrences are ‘hourly’ and ‘daily’. A plugin may add more by hooking into the ‘cron_schedules’ filter. The filter accepts an array of arrays. The outer array has a key that is the name of the schedule or for example ‘weekly’. The value is an array with two keys, one is ‘interval’ and the other is ‘display’.
3747
Continue readingChecks the plaintext password against the encrypted Password.Maintains compatibility between old version and the new cookie authentication protocol using PHPass library. The $hash parameter is the encrypted password and the function compares the plain text password when encrypted similarly against the already encrypted password to see if they match.
3469
Continue reading
wp_notify_postauthor
Notify an author of a comment/trackback/pingback to one of their posts.
3957
Continue reading →