[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-admin/includes/ -> class-wp-plugin-install-list-table.php (summary)

List Table API: WP_Plugin_Install_List_Table class

File Size: 814 lines (24 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

WP_Plugin_Install_List_Table:: (13 methods):
  ajax_user_can()
  get_installed_plugins()
  get_installed_plugin_slugs()
  prepare_items()
  no_items()
  get_views()
  views()
  display()
  display_tablenav()
  get_table_classes()
  get_columns()
  order_callback()
  display_rows()


Class: WP_Plugin_Install_List_Table  - X-Ref

Core class used to implement displaying plugins to install in a list table.

ajax_user_can()   X-Ref

return: bool

get_installed_plugins()   X-Ref
Return the list of known plugins.

Uses the transient data from the updates API to determine the known
installed plugins.

return: array
since: 4.9.0

get_installed_plugin_slugs()   X-Ref
Return a list of slugs of installed plugins, if known.

Uses the transient data from the updates API to determine the slugs of
known installed plugins. This might be better elsewhere, perhaps even
within get_plugins().

return: array
since: 4.0.0

prepare_items()   X-Ref


no_items()   X-Ref
No description

get_views()   X-Ref

return: array

views()   X-Ref
Override parent views so we can use the filter bar display.


display()   X-Ref
Displays the plugin install table.

Overrides the parent display() method to provide a different container.

since: 4.0.0

display_tablenav( $which )   X-Ref

param: string $which

get_table_classes()   X-Ref

return: array

get_columns()   X-Ref

return: array

order_callback( $plugin_a, $plugin_b )   X-Ref

return: int
param: object $plugin_a
param: object $plugin_b

display_rows()   X-Ref
No description



Generated: Sat Apr 27 01:00:02 2024 Cross-referenced by PHPXref 0.7.1