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.