get_all_page_ids

Sponsored Link

ページIDのリストを取得します。

Sponsored Link

Get a list of page IDs.

get_all_page_idsのファンクションタグ使用方法

<?php get_all_page_ids() ?>

get_all_page_idsのパラメーター

None

戻り値

(array) ページIDのリストです。

(array)
List of page IDs.

注釈

Uses: $wpdb

変更ログ

Since: 2.0.0

ソースファイル

get_all_page_ids()は、wp-includes/post.php内に位置しています。

get_all_page_ids() is located in wp-includes/post.php.

関連ファンクションタグ

Page Tags: get_all_page_ids(), get_ancestors(), get_page(), get_page_link(), get_page_by_path(), get_page_by_title(), get_page_children(), get_page_hierarchy(), get_page_uri(), get_pages(), is_page(), page_uri_index(), wp_list_pages(), wp_page_menu()

Sponsored Link