__construct() __construct() Initializes some properties, installs filters and then calls the parent constructor to set some default configs.
set_manage_value_callback() set_manage_value_callback() Contains the hook that contains the manage_value callback
column_default_value() column_default_value(string|null $content, $post, string $column_name) : string|false Return the column value Parameters string|null $content $post string $column_name Returns string|false
get_list_table() get_list_table(array $args = array()) : \WP_List_Table|false Create and return a new MLA List Table object Parameters array $args Returns \WP_List_Table|false