[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
List Table API: WP_Application_Passwords_List_Table class
File Size: | 267 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: string[] Array of column titles keyed by their column name. |
prepare_items() X-Ref |
Prepares the list of items for displaying. |
column_name( $item ) X-Ref |
Handles the name column output. param: array $item The current application password item. |
column_created( $item ) X-Ref |
Handles the created column output. param: array $item The current application password item. |
column_last_used( $item ) X-Ref |
Handles the last used column output. param: array $item The current application password item. |
column_last_ip( $item ) X-Ref |
Handles the last ip column output. param: array $item The current application password item. |
column_revoke( $item ) X-Ref |
Handles the revoke column output. param: array $item The current application password item. |
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. |
display_tablenav( $which ) X-Ref |
Generates custom table navigation to prevent conflicting nonces. param: string $which The location of the bulk actions: Either 'top' or 'bottom'. |
single_row( $item ) X-Ref |
Generates content for a single row of the table. param: array $item The current item. |
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'. |
print_js_template_row() X-Ref |
Prints the JavaScript template for the new row item. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |