WP_Plugins_List_Table::get_table_classes(): string[] In this article Table of ContentsReturn Source Changelog ↑ Back to top Gets the CSS classes for the list table element. Return string[] Array of CSS classes for the table tag. Source protected function get_table_classes() { return array( 'widefat', $this->_args['plural'] ); } View all references View on Trac View on GitHub Changelog VersionDescription3.1.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.