Changeset 1921460
- Timestamp:
- 08/08/2018 09:20:57 AM (8 years ago)
- Location:
- contentbox/trunk
- Files:
-
- 2 edited
-
inc/contentbox.class.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contentbox/trunk/inc/contentbox.class.php
r1691664 r1921460 66 66 $client = new ContentboxClient($this->apiAccessToken); 67 67 $response = $client->get($this->getApiUrl('work/items', 68 array('s ync_status' => 0, 'status' => 3, 'per-page' => 50)));68 array('shop_id' => $this->shopId, 'sync_status' => 0, 'status' => 3, 'per-page' => 50))); 69 69 70 70 return json_decode($response); 71 71 } 72 73 72 74 73 /** -
contentbox/trunk/readme.txt
r1691971 r1921460 3 3 Tags: contentbox, content, seo, post, text, article, copyright, content box 4 4 Requires at least: 3.7 5 Tested up to: 4. 86 Stable tag: 1. 05 Tested up to: 4.9 6 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 9 9 == Description == 10 10 11 WP-ContentBox - это плагин для WordPressобеспечивающий автоматическую синхронизацию готовых текстов из сервиса [contentBox](https://contentbox.ru) на ваш сайт.11 WP-ContentBox - это плагин обеспечивающий автоматическую синхронизацию готовых текстов из сервиса [contentBox](https://contentbox.ru) на ваш сайт. 12 12 13 13 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.