This commit will allow plugin developers to enable/disable the custom homepage. Usage: ```ruby register_modifier(:custom_homepage_enabled) do |enabled, args| true end ``` Args might contain request and/or current_user.
run_successfully