Hmm thanks for the feedback and suggestion, Lea.
Yes we could see what functions are hooked onto the_content
(although determining which plugin that hook belongs to will be a little trickier), and then give the manager the option to disable them. It may also be a little tricky doing that during REST API requests, but doable.
The main challenges are: it will be a little tricky to implement, and it won’t work when using Print My Blog to print a different blog. Currently, you can also use this plugin, in combination with another one I’ve created to print a different WordPress site (eg you can use this to print any WordPress blog, even ones who don’t have this plugin installed). It probably won’t be possible for that service to provide all the same features, but it’s nice to try.
I think if we hear more reports of needing to be able to modify filters of the_content
on the print page, I may implement your suggestion.
In the meantime, I’ve just added a CSS file where I can put CSS to address all the known troublemaking plugins (eg, in your case, Yuzo Related Posts and I Recommend This). So you should find that those related posts and recommend button don’t appear on the print page after you update.