This function has been deprecated. The paged.php template is no longer part of the theme template hierarchy instead.

get_paged_template()

Retrieve path of paged template in current or parent template.


Return

(string) Full path to paged template file.


Source

File: wp-includes/deprecated.php

function get_paged_template() {
	_deprecated_function( __FUNCTION__, 'WP-4.7.0' );

	return get_query_template( 'paged' );
}


Changelog

Changelog
Version Description
WP-4.7.0 The paged.php template is no longer part of the theme template hierarchy.
WP-1.5.0 Introduced. This function has been deprecated. The paged.php template is no longer part of the theme template hierarchy instead.