缓冲API中的Wordpress函数

时间:2016-10-12 10:02:54

标签: wordpress

我已经使用过这个Buffer API,我希望在APi arrey中添加Wordpress功能

 $buffer->go('/updates/create', array(
            'text' => 'My article title',
            'media[title]'=>  'My article title',
            'media[link]'=>  'http://domain.com',
            'profile_ids[]' => $profile
        );

example 'text' => 'get_the_title()',

0 个答案:

没有答案