I haven’t tried the plugin, but http://www.wpbeginner.com/plugins/how-to-redact-text-in-wordpress/ says:
Delete the text you want to be redacted and replace it with this shortcode:
[redacted]
…
[redacted length=”medium”]
[redacted length=”large”]
[redacted length=”extra”]
…
Please note that, you will actually need to delete the text you want to hide. The purpose of this plugin is not to hide text, but to show that some text has been redacted.
So I think the purpose is to generate a black bar. I agree the plugin description should be more detailed that, apparently, you actually SHOULDN’T type the text there.
If I were developing it, I think I’d make it a non-self-closing shortcode that can keep the text in the post editor (so the author can remember what was redacted) and just not output it when rendering the shortcode.
However, that method would require closing all shortcodes and would actually expose the text if the shortcode isn’t used properly or if the plugin gets deactivated.
Pros and cons.
Plugin function probably deserves a higher rating, but documentation for a “redaction” plugin is currently in the 1-2 star rating range.
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Side note: @pcvip That domain name you’ve posted http://thewordpresshelpers.com/ violates the WordPress trademark.
http://wordpressfoundation.org/trademark-policy/
http://wordpress.org/about/domains/
It’s easy to fix and I suggest you stop using it with a 301 redirect to something not in violation such as thewphelpers.com or such.
Thread Starter
pcvip
(@pcvip)
@clifford paulick:
I failed to mention that article, and actually had intended to, so thank you. Problem is, at the end of the day it isn’t the blogosphere’s job to write the documentation. AND: (let’s be frank, OK?) I don’t believe the software author saying “hey listen; this software doesn’t actually do what it appears/pretends to do” changes anything.
My point was that I’m genuinely concerned about that disparity between seeming function and actual function.
Thread Starter
pcvip
(@pcvip)
@jan dembowski : thanks for the documentation. trademark is a scary beast and I appreciate the feedback!
Good feedback. I hope it gets improved for less savvy users’ sake.
https://wordpress.org/plugins/eyes-only-plus/ seems to be an appealing alternative, but I haven’t tried that one either. Good luck to you and the dev of this plugin too.
Thanks for the comments. I’m going to update the plugin description to give a bit more info on how it works.
In short: replace the words you want hidden with the shortcode.
Thread Starter
pcvip
(@pcvip)
you’re welcome, Mike. And yeah, under the circumstances I guess that’s the best choice, eh?