wp-rocket
wp-rocket copied to clipboard
Add a filter to control Imagify banner on Media gallery components
Add a filter to control Imagify banner on Media gallery components.
AC:
- Banner enabled by default
- Can be turned off if the filter is set to
false
@jeawhanlee stop me if I'm wrong, isn't it from PluginFamily rather than WP Rocket ? https://github.com/wp-media/plugin-family/blob/trunk/src/Controller/PluginFamily.php#L444 here ?
100% Correct, we can add the filter in the can_enqueue_admin_assets method. Moving this to Todo as it's pretty straight forward.