install_plugins_table_header WordPress Action Hook
The install_plugins_table_header hook is used to add new columns to the header of the WordPress plugins table. This hook is used by plugins to add their own custom columns to the table.
do_action( 'install_plugins_table_header' ) #
Fires before the Plugin Install table header pagination is displayed.
Source
File: wp-admin/includes/class-wp-plugin-install-list-table.php
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |