do_action( ‘after_plugin_row_meta’, string $plugin_file, array $plugin_data )

In this article

Fires after plugin row meta.

Parameters

$plugin_filestring
Refer to 'plugin_row_meta' filter.
$plugin_dataarray
Refer to 'plugin_row_meta' filter.

Source

do_action( 'after_plugin_row_meta', $plugin_file, $plugin_data );

Changelog

VersionDescription
6.5.0Introduced.

User Contributed Notes

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