get_page_uri

get_page_uri

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_page_uri') is found 1 times:

  • /wp-includes/post.php line 6228
    6224
    6225
    6226
    6227
    6228
    6229
    6230
    6231
    6232
    6233
    6234
         *
         * @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