What are the steps to “Modify the prompt text using a filter”?
What part of the admin panel do I go to? What checkboxes do I change? What code do I add?
Thanks!
]]>Hi!
I love your plugin! It is useful. But I’m not a techie and do not run. Is it possible to make a page control options plague=on the output in the admin panel? It will be very good and in demand.
(NSFW Sexual Health Education site)
Hi,
The plugin is very useful. This feature was long awaited.
Thank you for coming out with this plugin.
I wish to know what code to add, where to add, so that the document feedback can be displayed on all posts and pages.
Does it work only when one is logged in?
I do not have registration for users. Will it still work?
I will appreciate if you can spare some time to address this.
Dr. Ashok Koparday
]]>How does it work? Do we need to put a shortcode to specific post/page? This would be for me much better that if its for all pages/post in general.
]]>I like that it’s showing up on my pages, but it’s also showing up at the top of some pages that have shortcodes (ie, should be showing at the bottom, but I guess it thinks its already at the bottom)..
Is there a way to exclude pages (like the contact page for example)?
]]>I am trying to add document feedback prompt to posts. I know there is a filter for that so I am trying to apply that filter using this in my theme’s functions.php file but it is not working. I think I am using the wrong syntax, can you please provide an example of how to add posts?
$feedback_post_types = array(
'post',
'page',
);
apply_filters('document_feedback_post_types', $feedback_post_types);
]]>