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

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.7.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.