WP_Comments_List_Table::get_default_primary_column_name(): string In this article Table of ContentsReturn Source Changelog ↑ Back to top Gets the name of the default primary column. Return string Name of the default primary column, in this case, 'comment'. Source protected function get_default_primary_column_name() { return 'comment'; } View all references View on Trac View on GitHub Changelog VersionDescription4.3.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.