screen->id; } /** * Setup the table variables, fetch the items from the database, search, sort and format the items. * * @deprecated 12.5 * * @codeCoverageIgnore */ public function prepare_items() { _deprecated_function( __METHOD__, 'WPSEO 12.5' ); } /** * Set the table columns. * * @deprecated 12.5 * * @codeCoverageIgnore * * @return array */ public function get_columns() { _deprecated_function( __METHOD__, 'WPSEO 12.5' ); return []; } }