Description
Filter hook to filter the post password.
This filter can filter the autogenerated post password that is created by the plugin to automatically protect comments. There are some instances where a theme may not work well with this process and will put in the WP protected post dialog. In these instances, the filter can be used to return a blank post password, thus returning WordPress to thinking the post is not password protected.
The example below demonstrates using the filter to return an empty post password.
Parameters
$password
(string) The autogenerated password from wp_generate_password.
Changelog
Introduced in version 2.8.0
Source
wpmem_securify is located in wp-members-core.php