Plugin View Details Link
The ‘View details’ link in the installed plugins list table is only shown for plugins that are hosted in the WordPress.org plugin repository. If you take a look at the source for WP_Plugins_List_Table->single_row(), you’ll see that the details link is only generated if there’s API data present, e.g. the slug is set: // Details link … Read more