Member
Caius
Member
30
Points
-
Caius posted an update 19 hours ago
I need my WordPress plugin to only activate if specific plugins, such as WooCommerce, are already active. Additionally, I want to display a custom admin notice in the plugin row if the required plugin is not active.
I tried using the
plugin_row_meta
hook, but it only works when the plugin is already activated. It doesn’t handle admin notices…