WP_Posts_List_Table::pagination( string $which )


Description Description


Parameters Parameters

$which

(string) (Required)


Top ↑

Source Source

File: wp-admin/includes/class-wp-posts-list-table.php

		if ( ! empty( $this->sticky_posts_count ) ) {
			$class = ! empty( $_REQUEST['show_sticky'] ) ? 'current' : '';

			$sticky_args = array(
				'post_type'   => $post_type,
				'show_sticky' => 1,
			);

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.