Used By
| Used By | Description |
|---|---|
| wp-admin/includes/class-wp-themes-list-table.php: WP_Themes_List_Table::display() | Displays the themes table. |
(string) (Optional)
Default value: 'top'
File: wp-admin/includes/class-wp-themes-list-table.php
public function tablenav( $which = 'top' ) {
if ( $this->get_pagination_arg( 'total_pages' ) <= 1 ) {
return;
}
?>
<div class="tablenav themes <?php echo $which; ?>">
<?php $this->pagination( $which ); ?>
<span class="spinner"></span>
<br class="clear" />
</div>
<?php
}
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_themes_list_table/tablenav