Forums
(@dderring)
13 years, 7 months ago
already found the solution: just add this line BEFORE the final ‘return $content;’ of the main plugin file ‘content-password-protect.php’:
$content = apply_filters('the_content', $content);
D.