NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
J 1a941fe7b7 refac: including posts2posts for convenience 6 роки тому
..
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 refac: including posts2posts for convenience 6 роки тому
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 refac: including posts2posts for convenience 6 роки тому
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.