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 jaren geleden
..
README.md refac: including posts2posts for convenience 6 jaren geleden
api.php refac: including posts2posts for convenience 6 jaren geleden
autoload.php refac: including posts2posts for convenience 6 jaren geleden
composer.json refac: including posts2posts for convenience 6 jaren geleden
connection-type-factory.php refac: including posts2posts for convenience 6 jaren geleden
connection-type.php refac: including posts2posts for convenience 6 jaren geleden
determinate-connection-type.php refac: including posts2posts for convenience 6 jaren geleden
directed-connection-type.php refac: including posts2posts for convenience 6 jaren geleden
direction-strategy.php refac: including posts2posts for convenience 6 jaren geleden
exception.php refac: including posts2posts for convenience 6 jaren geleden
indeterminate-connection-type.php refac: including posts2posts for convenience 6 jaren geleden
indeterminate-directed-connection-type.php refac: including posts2posts for convenience 6 jaren geleden
item-any.php refac: including posts2posts for convenience 6 jaren geleden
item-attachment.php refac: including posts2posts for convenience 6 jaren geleden
item-post.php refac: including posts2posts for convenience 6 jaren geleden
item-user.php refac: including posts2posts for convenience 6 jaren geleden
item.php refac: including posts2posts for convenience 6 jaren geleden
list-renderer.php refac: including posts2posts for convenience 6 jaren geleden
list.php refac: including posts2posts for convenience 6 jaren geleden
query-post.php refac: including posts2posts for convenience 6 jaren geleden
query-user.php refac: including posts2posts for convenience 6 jaren geleden
query.php refac: including posts2posts for convenience 6 jaren geleden
reciprocal-connection-type.php refac: including posts2posts for convenience 6 jaren geleden
shortcodes.php refac: including posts2posts for convenience 6 jaren geleden
side-attachment.php refac: including posts2posts for convenience 6 jaren geleden
side-post.php refac: including posts2posts for convenience 6 jaren geleden
side-user.php refac: including posts2posts for convenience 6 jaren geleden
side.php refac: including posts2posts for convenience 6 jaren geleden
storage.php refac: including posts2posts for convenience 6 jaren geleden
url-query.php refac: including posts2posts for convenience 6 jaren geleden
util.php refac: including posts2posts for convenience 6 jaren geleden
widget.php refac: including posts2posts for convenience 6 jaren geleden

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.