mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Improve the wp_set_password() PHPDoc with a note to guard against executing the function on every page load, such as through a theme's functions.php file.
See #28316. git-svn-id: https://develop.svn.wordpress.org/trunk@29461 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
39ba840e04
commit
5aef1c5aa5
@ -2052,6 +2052,10 @@ if ( !function_exists('wp_set_password') ) :
|
||||
* For integration with other applications, this function can be overwritten to
|
||||
* instead use the other package password checking algorithm.
|
||||
*
|
||||
* Please note: This function should be used sparingly and is really only meant for single-time
|
||||
* application. Leveraging this improperly in a plugin or theme could result in an endless loop
|
||||
* of password resets if precautions are not taken to ensure it does execute on every page load.
|
||||
*
|
||||
* @since 2.5.0
|
||||
*
|
||||
* @uses $wpdb WordPress database object for queries
|
||||
|
||||
Loading…
Reference in New Issue
Block a user