Uses
| Uses | Description |
|---|---|
| wp-admin/includes/class-wp-list-table.php: WP_List_Table::__construct() | Constructor. |
| wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
| wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |
| wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |