Thread Starter
kapsol
(@kapsol)
Hi! I see that the new version has that attribute, but it is not working. I set it to ‘true’ and it did not suppress the password protected post.
Hi – I would like to second the above report. This is happening to me too. WordPress 4.4.2. Also running this on Multisite. Plugin is not network activated.
Thread Starter
kapsol
(@kapsol)
Is there something I can do in the meanwhile? Some conditional I can add to the plugin? Like:
if ( post_password_required() ) {
return;
} else {
// Normal output goes here
}
Would that work?