CONTROL_COLUMN_DATA_SOURCE
CONTROL_COLUMN_DATA_SOURCE ='control'
Represents a data table of WP_Post objects.
This class is responsible for creating the table from the supplied args and returning it as a Html_Data_Table object.
get_table(string $output = 'object'): object|array|string
Retrieves the data table containing the list of posts based on the arguments supplied on construction.
The table returned includes the table headings, attributes and data.
If the output is 'object' the returned object is an Html_Data_Table instance. If the output is 'html', the table returned will be a string containing the