Fires for each custom column in the Application Passwords list table.
$column_namestring$itemarraywp-admin/includes/class-wp-application-passwords-list-table.php:141WP_Application_Passwords_List_Table::column_default()wp-admin/includes/class-wp-privacy-requests-table.php:530WP_Privacy_Requests_Table::column_default() * * @since 5.6.0 * * @param string $column_name Name of the custom column. * @param array $item The application password item. */ do_action( "manage_{$this->screen->id}_custom_column", $column_name, $item ); } /** * Generates custom table navigation to prevent conflicting nonces. * * @since 5.6.0Introduced in 5.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.