如果我没说错的话,您希望在插件行之后添加自定义文本。
Example:
$path = plugin_basename( __FILE__ );
add_action( "after_plugin_row_{$path}", function ( $plugin_file, $plugin_data, $status ) {
echo \'<tr class="active"><td> </td><td colspan="2"><p style="background-color: #d54e21; padding: 10px; color: #f9f9f9; margin-top: 10px"><strong>Important Notice!</strong></td></tr>\';
}, 10, 3 );