ぶっちゃけ、 add_post_meta は update_post_meta で代用できます。 // 追加 add_post_meta( ページのID, カスタムフィールド名 ); // 取得 ...
確定! 回上一頁