You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2024. It is now read-only.
When a CP plugin is listed in the WP directory, clicking on the "View details" link on the Plugins page will display WP repo information because the slug is the same. For these instances, we need to display CP directory's plugin description if it was installed using CP directory integration.
Should we track this in a db table as a boolean cp_directory value for each plugin/theme and set it to true when it's installed using CP directory integration? It can be used/checked later as needed, especially when slugs between WP/CP repos are identical.
When a CP plugin is listed in the WP directory, clicking on the "View details" link on the Plugins page will display WP repo information because the slug is the same. For these instances, we need to display CP directory's plugin description if it was installed using CP directory integration.
Should we track this in a db table as a boolean
cp_directoryvalue for each plugin/theme and set it to true when it's installed using CP directory integration? It can be used/checked later as needed, especially when slugs between WP/CP repos are identical.