get_page_uri

get_page_uri

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_page_uri') is found 1 times:

  • /wp-includes/post.php line 5996
    	 *
    	 * @param string  $uri  Page URI.
    	 * @param WP_Post $page Page object.
    	 */
    	return apply_filters( 'get_page_uri', $uri, $page );
    }
    
    /**
     * Retrieves an array of pages (or hierarchical post type items).
     *
     * @since 1.5.0