NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Alej 9f1ef2f8b3 post-to-post update 1.7 před 4 roky
..
README.md refac: including posts2posts for convenience před 6 roky
api.php refac: including posts2posts for convenience před 6 roky
autoload.php refac: including posts2posts for convenience před 6 roky
composer.json post-to-post update 1.7 před 4 roky
connection-type-factory.php refac: including posts2posts for convenience před 6 roky
connection-type.php refac: including posts2posts for convenience před 6 roky
determinate-connection-type.php refac: including posts2posts for convenience před 6 roky
directed-connection-type.php refac: including posts2posts for convenience před 6 roky
direction-strategy.php refac: including posts2posts for convenience před 6 roky
exception.php refac: including posts2posts for convenience před 6 roky
indeterminate-connection-type.php refac: including posts2posts for convenience před 6 roky
indeterminate-directed-connection-type.php refac: including posts2posts for convenience před 6 roky
item-any.php refac: including posts2posts for convenience před 6 roky
item-attachment.php refac: including posts2posts for convenience před 6 roky
item-post.php refac: including posts2posts for convenience před 6 roky
item-user.php refac: including posts2posts for convenience před 6 roky
item.php refac: including posts2posts for convenience před 6 roky
list-renderer.php refac: including posts2posts for convenience před 6 roky
list.php refac: including posts2posts for convenience před 6 roky
query-post.php refac: including posts2posts for convenience před 6 roky
query-user.php refac: including posts2posts for convenience před 6 roky
query.php refac: including posts2posts for convenience před 6 roky
reciprocal-connection-type.php refac: including posts2posts for convenience před 6 roky
shortcodes.php refac: including posts2posts for convenience před 6 roky
side-attachment.php refac: including posts2posts for convenience před 6 roky
side-post.php post-to-post update 1.7 před 4 roky
side-user.php refac: including posts2posts for convenience před 6 roky
side.php refac: including posts2posts for convenience před 6 roky
storage.php refac: including posts2posts for convenience před 6 roky
url-query.php refac: including posts2posts for convenience před 6 roky
util.php refac: including posts2posts for convenience před 6 roky
widget.php refac: including posts2posts for convenience před 6 roky

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.