Closed thejamescollins closed 11 years ago
@kasparsd, the proposed changes above don't change the existing behaviour in the plugin, but they make the plugin more flexible by allowing other plugins to implement their own custom display logic.
Please let me know what you think when you have a chance.
Example use case:
A user might like the 'single post' checkbox to only apply to posts (and not other custom post types).
Currently it would apply to any custom post type.
With these new filters, the default behaviour doesn't change.
However following code could be used in another plugin to implement the above logic: