| [ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
List Table API: WP_Application_Passwords_List_Table class
| File Size: | 265 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
WP_Application_Passwords_List_Table:: (12 methods):
get_columns()
prepare_items()
column_name()
column_created()
column_last_used()
column_last_ip()
column_revoke()
column_default()
display_tablenav()
single_row()
get_default_primary_column_name()
print_js_template_row()
Class: WP_Application_Passwords_List_Table - X-Ref
Class for displaying the list of application password items.| get_columns() X-Ref |
| Gets the list of columns. return: array since: 5.6.0 |
| prepare_items() X-Ref |
| Prepares the list of items for displaying. since: 5.6.0 |
| column_name( $item ) X-Ref |
| Handles the name column output. param: array $item The current application password item. since: 5.6.0 |
| column_created( $item ) X-Ref |
| Handles the created column output. param: array $item The current application password item. since: 5.6.0 |
| column_last_used( $item ) X-Ref |
| Handles the last used column output. param: array $item The current application password item. since: 5.6.0 |
| column_last_ip( $item ) X-Ref |
| Handles the last ip column output. param: array $item The current application password item. since: 5.6.0 |
| column_revoke( $item ) X-Ref |
| Handles the revoke column output. param: array $item The current application password item. since: 5.6.0 |
| column_default( $item, $column_name ) X-Ref |
| Generates content for a single row of the table param: array $item The current item. param: string $column_name The current column name. since: 5.6.0 |
| display_tablenav( $which ) X-Ref |
| Generates custom table navigation to prevent conflicting nonces. param: string $which The location of the bulk actions: 'top' or 'bottom'. since: 5.6.0 |
| single_row( $item ) X-Ref |
| Generates content for a single row of the table. param: array $item The current item. since: 5.6.0 |
| get_default_primary_column_name() X-Ref |
| Gets the name of the default primary column. return: string Name of the default primary column, in this case, 'name'. since: 5.6.0 |
| print_js_template_row() X-Ref |
| Prints the JavaScript template for the new row item. since: 5.6.0 |
| Generated: Tue Oct 28 01:00:02 2025 | Cross-referenced by PHPXref 0.7.1 |