Caius
Member-
Caius posted an update 11 months 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_metahook, but it only works when the plugin is already activated. It doesn’t handle admin notices…