Way to detect that a plugin is for CP?

As subject, it would be nice to see in the plugin list that the plugin is officially supporting ClassicPress. I’ve a little snippet to alert me if some plugin at the latest version is requiring WP 5.x, so I can take time to choose an alternative…
Having a way to identify a CP-specific or a CP-supporting plugin could be a “green flag”.
Something like

$my_plugin_slug_support_cp = 1;
2 Likes

For now, see this thread: Plugins built specifically for ClassicPress

To implement something in plugin code it would probably be a new header value, like “ClassicPress: supported”.

1 Like