You appear to be a bot. Output may be restricted
Description
The columns shown on the table.
Usage
$array = WPSEO_Bulk_Description_List_Table::get_columns();
Parameters
Returns
array
Source
File name: wordpress-seo/admin/class-bulk-description-editor-list-table.php
Lines:
1 to 8 of 8
public function get_columns() { $columns = [ 'col_existing_yoast_seo_metadesc' => __( 'Existing Yoast Meta Description', 'wordpress-seo' ), 'col_new_yoast_seo_metadesc' => __( 'New Yoast Meta Description', 'wordpress-seo' ), ]; return $this->merge_columns( $columns ); }