NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Alej 9f1ef2f8b3 post-to-post update 1.7 4年前
..
README.md refac: including posts2posts for convenience 6年前
api.php refac: including posts2posts for convenience 6年前
autoload.php refac: including posts2posts for convenience 6年前
composer.json post-to-post update 1.7 4年前
connection-type-factory.php refac: including posts2posts for convenience 6年前
connection-type.php refac: including posts2posts for convenience 6年前
determinate-connection-type.php refac: including posts2posts for convenience 6年前
directed-connection-type.php refac: including posts2posts for convenience 6年前
direction-strategy.php refac: including posts2posts for convenience 6年前
exception.php refac: including posts2posts for convenience 6年前
indeterminate-connection-type.php refac: including posts2posts for convenience 6年前
indeterminate-directed-connection-type.php refac: including posts2posts for convenience 6年前
item-any.php refac: including posts2posts for convenience 6年前
item-attachment.php refac: including posts2posts for convenience 6年前
item-post.php refac: including posts2posts for convenience 6年前
item-user.php refac: including posts2posts for convenience 6年前
item.php refac: including posts2posts for convenience 6年前
list-renderer.php refac: including posts2posts for convenience 6年前
list.php refac: including posts2posts for convenience 6年前
query-post.php refac: including posts2posts for convenience 6年前
query-user.php refac: including posts2posts for convenience 6年前
query.php refac: including posts2posts for convenience 6年前
reciprocal-connection-type.php refac: including posts2posts for convenience 6年前
shortcodes.php refac: including posts2posts for convenience 6年前
side-attachment.php refac: including posts2posts for convenience 6年前
side-post.php post-to-post update 1.7 4年前
side-user.php refac: including posts2posts for convenience 6年前
side.php refac: including posts2posts for convenience 6年前
storage.php refac: including posts2posts for convenience 6年前
url-query.php refac: including posts2posts for convenience 6年前
util.php refac: including posts2posts for convenience 6年前
widget.php refac: including posts2posts for convenience 6年前

README.md

lib-posts-to-posts

This repository contains the library for managing connections and connection types. It does not contain any UI code.

It is meant to be integrated into a theme or a plugin.

See the _p2p_load() from the original Posts 2 Posts plugin to see what’s needed for initializing it.