You appear to be a bot. Output may be restricted
Description
Implement "wpmem_post_password" for Artisteer themes v3.1 and higherFixes password spoof – the plugin sets a post password to protect the comment form. In themes where this causes the WordPress password protected post dialog to display, returning an empty post password should correct the problem.
Usage
oiku_wpmem_post_password( $password );
Parameters
- $password
- ( mixed ) required –
Returns
voidSource
File name: oik-user/oik-user.phpLines:
1 to 4 of 4
function oiku_wpmem_post_password( $password ) { // Check Artisteer version **?** return( null ); }View on GitHub