learndash_plugin_row_meta( array $plugin_meta, string $plugin_file, array $plugin_data, string $status )

Adds the changelog link in plugin row meta.


Description Description

Fires on plugin_row_meta hook.


Parameters Parameters

$plugin_meta

(Required) An array of the plugin's metadata.

$plugin_file

(Required) Path to the plugin file.

$plugin_data

(Required) An array of plugin data.

$status

(Required) Status of the plugin.


Top ↑

Return Return

(array) An array of the plugin's metadata.


Top ↑

Source Source

File: includes/admin/ld-admin.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.