The link titles reveal the title of the previous next post.
By default, previous next post is determined by the valid post based on the date the post was created and.
The filter allows you to change the post field used in ORDER BY for SQL to find the previous next post.
Arguments $field ORDER BY field $post type The post type being navigated $user id ID..
Example ** * Modify how Admin Post Navigation orders posts for navigation by changing the * ordering of pages by 'menu order * * @param string $field The field used to order posts for navigation * @param string $post type The post type being navigated * @param int $user id.
ID * @return string * function custom order apn { change the order for the 'page post type if { $field = 'menu order } return $field } add filter c2c admin post navigation post statuses.
The filter allows you to modify the list of post statuses used as part of the search for the prev next post.
Example ** * Modify Admin Post Navigation to allow and disallow certain post statuses from being navigated * * @param array $post statuses Post statuses permitted for admin navigation * @param string $post type The post type * @return array * function change apn post status { Add post status.
The filter allows you to modify the list of post types used as part of the search for the prev next post.
Example ** * Change the markup displayed by Admin Post Navigation plugin * * @param string $text The text being output by the plugin * @return string * function override apn display { Simplistic example.
Read more