mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00

I've considered some _very_ generic, like: ```rb DiscoursePluginRegistry.apply_modifier(:"meta_data_content_for_#{property}", content, property, opts) ``` But, I think for now, we can use this one and rely on the plugin to do the filtering (`if property == :title`)