NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
J 1a941fe7b7 refac: including posts2posts for convenience 6 lat temu
..
README.md refac: including posts2posts for convenience 6 lat temu
api.php refac: including posts2posts for convenience 6 lat temu
autoload.php refac: including posts2posts for convenience 6 lat temu
composer.json refac: including posts2posts for convenience 6 lat temu
connection-type-factory.php refac: including posts2posts for convenience 6 lat temu
connection-type.php refac: including posts2posts for convenience 6 lat temu
determinate-connection-type.php refac: including posts2posts for convenience 6 lat temu
directed-connection-type.php refac: including posts2posts for convenience 6 lat temu
direction-strategy.php refac: including posts2posts for convenience 6 lat temu
exception.php refac: including posts2posts for convenience 6 lat temu
indeterminate-connection-type.php refac: including posts2posts for convenience 6 lat temu
indeterminate-directed-connection-type.php refac: including posts2posts for convenience 6 lat temu
item-any.php refac: including posts2posts for convenience 6 lat temu
item-attachment.php refac: including posts2posts for convenience 6 lat temu
item-post.php refac: including posts2posts for convenience 6 lat temu
item-user.php refac: including posts2posts for convenience 6 lat temu
item.php refac: including posts2posts for convenience 6 lat temu
list-renderer.php refac: including posts2posts for convenience 6 lat temu
list.php refac: including posts2posts for convenience 6 lat temu
query-post.php refac: including posts2posts for convenience 6 lat temu
query-user.php refac: including posts2posts for convenience 6 lat temu
query.php refac: including posts2posts for convenience 6 lat temu
reciprocal-connection-type.php refac: including posts2posts for convenience 6 lat temu
shortcodes.php refac: including posts2posts for convenience 6 lat temu
side-attachment.php refac: including posts2posts for convenience 6 lat temu
side-post.php refac: including posts2posts for convenience 6 lat temu
side-user.php refac: including posts2posts for convenience 6 lat temu
side.php refac: including posts2posts for convenience 6 lat temu
storage.php refac: including posts2posts for convenience 6 lat temu
url-query.php refac: including posts2posts for convenience 6 lat temu
util.php refac: including posts2posts for convenience 6 lat temu
widget.php refac: including posts2posts for convenience 6 lat temu

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.