Core Class
View Source on Trac ↗
Core Class
WP_Application_Passwords_List_Table
class WP_Application_Passwords_List_Table
// Constructor: function Object() { [native code] } Class for displaying the list of application password items.
Methods 12 methods
| Method / Return | Description |
|---|---|
| get_columns() string[] | Gets the list of columns. |
| prepare_items() void | Prepares the list of items for displaying. |
| column_name() void | Handles the name column output.
Parameters: $item: mixed |
| column_created() void | Handles the created column output.
Parameters: $item: mixed |
| column_last_used() void | Handles the last used column output.
Parameters: $item: mixed |
| column_last_ip() void | Handles the last ip column output.
Parameters: $item: mixed |
| column_revoke() void | Handles the revoke column output.
Parameters: $item: mixed |
| column_default() void | Generates content for a single row of the table
Parameters: $item: mixed, $column_name: mixed |
| display_tablenav() void | Generates custom table navigation to prevent conflicting nonces.
Parameters: $which: mixed |
| single_row() void | Generates content for a single row of the table.
Parameters: $item: mixed |
| get_default_primary_column_name() string | Gets the name of the default primary column. |
| print_js_template_row() void | Prints the JavaScript template for the new row item. |
Class Information
Since Version
5.6.0
Source File
wp-admin/includes/class-wp-application-passwords-list-table.php
Advertisement