WordPress– tag –
-
ページタグ
get_ancestors
指定されたオブジェクトの親を含む配列を返します。 Returns an array containing the parents of the given object. get_ancestorsのファンクションタグ使用方法 [php] [/php] 概要 [php] [/php] get_ancestorsのパラメーター $object_id (int or string)... -
ページタグ
get_all_page_ids
ページIDのリストを取得します。 Get a list of page IDs. get_all_page_idsのファンクションタグ使用方法 [php][/php] get_all_page_idsのパラメーター None 戻り値 (array) ページIDのリストです。 (array) List of page IDs. 例 注釈 Uses: $wpdb 変更... -
投稿挿入/削除タグ
wp_update_post
この関数はデータベースに投稿(とページ)を更新します。期待通りに動作するには、更新する投稿にIDを渡す必要があります。 投稿が"更新される"時、投稿レコードを存続するには監査/改正の目的のために複製されることに注意してください。プライマリーレ... -
投稿挿入/削除タグ
wp_publish_post
投稿ステータスを推移させることによって投稿を公開します。 Publish a post by transitioning the post status. wp_publish_postのファンクションタグ使用方法 [php][/php] wp_publish_postのパラメーター $post_id (integer) (required) 投稿IDです。 デ... -
投稿挿入/削除タグ
wp_insert_post
この関数は、データベースに投稿(およびページ)を挿入します。それは不適切な変数で、日付/時間などのようなミスしている変数内に記入して、幾つかのチェックを行います。それは引数としてオブジェクトを取得し。投稿を作成した投稿IDを返します(ある... -
投稿挿入/削除タグ
wp_delete_post
投稿、添付ファイル、またはページを削除します。 投稿とページを削除する時、関係されている全てのものも削除されています。これは、投稿に関連するコメント、投稿メタフィールド、そしてタームも含みます。 Removes a post, attachment, or page. When t... -
投稿タグ
wp_get_single_post
投稿IDに基づいて、シングル投稿を取得します。 Retrieve a single post, based on post ID. wp_get_single_postのファンクションタグ使用方法 [php][/php] wp_get_single_postのパラメーター $postid (integer) (optional) 投稿ID。 デフォルト:0 (integ... -
投稿タグ
wp_get_recent_posts
最近の投稿を取得します。 Retrieve the recent posts. wp_get_recent_postsのファンクションタグ使用方法 [php][/php] 概要 [php][/php] 戻り値 (array) 投稿の配列のリスト。投稿オブジェクトの配列を返すget_postsとは異なる。 (array) List of posts a... -
投稿タグ
register_post_type
投稿タイプを作成または変更します。 initの前にregister_post_typeを使用しないでください。 Create or modify a post type. Do not use register_post_type before init. タクソノミー あらゆる方法で、常に投稿タイプを登録する時にタクソノミーの引数... -
投稿タグ
get_previous_post
現在の投稿に隣接している、前の投稿を取得します。 Retrieve previous post that is adjacent to current post. get_previous_postのファンクションタグ使用方法 [php][/php] get_previous_postのパラメーター $in_same_cat (boolean) (optional) 同じカ...