WP_Plugins_List_Table::get_primary_column_name(): string In this article Table of ContentsReturn Source Changelog ↑ Back to top Gets the name of the primary column for this specific list table. Return string Unalterable name for the primary column, in this case, 'name'. Source protected function get_primary_column_name() { return 'name'; } 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.