NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Alej 9f1ef2f8b3 post-to-post update 1.7 4 anos atrás
..
README.md refac: including posts2posts for convenience 6 anos atrás
api.php refac: including posts2posts for convenience 6 anos atrás
autoload.php refac: including posts2posts for convenience 6 anos atrás
composer.json post-to-post update 1.7 4 anos atrás
connection-type-factory.php refac: including posts2posts for convenience 6 anos atrás
connection-type.php refac: including posts2posts for convenience 6 anos atrás
determinate-connection-type.php refac: including posts2posts for convenience 6 anos atrás
directed-connection-type.php refac: including posts2posts for convenience 6 anos atrás
direction-strategy.php refac: including posts2posts for convenience 6 anos atrás
exception.php refac: including posts2posts for convenience 6 anos atrás
indeterminate-connection-type.php refac: including posts2posts for convenience 6 anos atrás
indeterminate-directed-connection-type.php refac: including posts2posts for convenience 6 anos atrás
item-any.php refac: including posts2posts for convenience 6 anos atrás
item-attachment.php refac: including posts2posts for convenience 6 anos atrás
item-post.php refac: including posts2posts for convenience 6 anos atrás
item-user.php refac: including posts2posts for convenience 6 anos atrás
item.php refac: including posts2posts for convenience 6 anos atrás
list-renderer.php refac: including posts2posts for convenience 6 anos atrás
list.php refac: including posts2posts for convenience 6 anos atrás
query-post.php refac: including posts2posts for convenience 6 anos atrás
query-user.php refac: including posts2posts for convenience 6 anos atrás
query.php refac: including posts2posts for convenience 6 anos atrás
reciprocal-connection-type.php refac: including posts2posts for convenience 6 anos atrás
shortcodes.php refac: including posts2posts for convenience 6 anos atrás
side-attachment.php refac: including posts2posts for convenience 6 anos atrás
side-post.php post-to-post update 1.7 4 anos atrás
side-user.php refac: including posts2posts for convenience 6 anos atrás
side.php refac: including posts2posts for convenience 6 anos atrás
storage.php refac: including posts2posts for convenience 6 anos atrás
url-query.php refac: including posts2posts for convenience 6 anos atrás
util.php refac: including posts2posts for convenience 6 anos atrás
widget.php refac: including posts2posts for convenience 6 anos atrás

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.