The wordpress plugin has the following format
<?php
/*
* Plugin Name: XYZ
* Plugin URI: #
* Description: It is used to ..
* Version: 1.1
* License: GPLv2 (or later)
*/
But the text for license does not appear in the admin side’s installed list.
for e.g for Akismet – this is the format
Version 2.5.9 | By Automattic | Visit plugin site
The text entered for license does not show up. How can I display the text for license using the wordpress format.
Thanks in Advance
WordPress ist not showing the license text anywhere.
See: plugin.php
You can
use plugin_row_meta
filter to add extra row in your plugin listing. See code below for detail: