-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathreadme.txt
17 lines (13 loc) · 1.38 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
=== WP Content Connect ===
Contributors: 10up, cmmarslender, s3rgiosan, jeffpaul
Tags:
Requires at least: 6.5
Tested up to: 6.7
Stable tag: 1.6.0
Requires PHP: 7.4
License: GPL-3.0-or-later
License URI: https://spdx.org/licenses/GPL-3.0-or-later.html
WordPress library that enables direct relationships for posts to posts and posts to users.
== Description ==
WP Content Connect is a WordPress library that enables direct relationships between posts and users.
This plugin allows developers to define and manage connections between posts and users, facilitating complex content relationships within WordPress. It supports both post-to-post and post-to-user associations, offering customizable options for each relationship. WP Content Connect can be utilized as a standalone library or installed as a plugin, providing flexibility in implementation. Developers can define relationships by hooking into the `tenup-content-connect-init` action, specifying parameters such as post types, unique names, and additional arguments to tailor the connections to specific needs. The plugin also integrates with WordPress queries, enabling the retrieval of related content through a new `relationship_query` parameter for `WP_Query`. This feature allows for sophisticated content retrieval based on defined relationships, enhancing the dynamic capabilities of WordPress sites.