Archive | Filters by letter c RSS feed for this section

wp_get_schedules

Retrieve 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 reading

wp_check_password

Checks 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