cnp / wp-p2p-connections
注册帖子到帖子的连接。需要Posts 2 Posts插件。
dev-master
2015-11-23 21:29 UTC
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2024-09-15 02:46:47 UTC
README
注册帖子到帖子的连接。需要Posts 2 Posts插件。
使用方法
$settings = array(
array(
'name' => 'posts_to_pages',
'from' => 'post',
'to' => 'page'
),
array(
'name' => 'posts_to_pages',
'from' => 'post',
'to' => 'page'
)
);
$ClientPostConnections = new ClientPostConnections( $settings );
参数
$settings
(必需): P2P连接设置的数组。请参阅 https://github.com/scribu/wp-posts-to-posts/wiki/p2p_register_connection_type。