$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://yourdomain.com/wp-json/wp/v2/posts?status=draft');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
curl_setopt($ch, CURLOPT_USERPWD, 'username' . ':' . 'password');
$result = curl_exec($ch);
if (curl_errno($ch)) {
echo 'Error:' . curl_error($ch);
}
curl_close($ch);
Спустя два месяца после проекта на Expo понял что ничего толкового на нем не выйдет.
Пришлось переписать весь проект на чистый RN. (та еще боль)
expo eject
?/bitrix/admin/settings.php?lang=ru
)$(document).on('click', function(e)
{
var container = $('.menu-mobile');
if (!container.is(e.target) && container.has(e.target).length === 0)
{
container.hide();
}
});
Устанавливаю Ipa файл через Itunes 12.6.3
group_id
идентификатор группы в которой необходимо заблокировать пользователя <?php
$data = [
'access_token' => 'ключ_доступа_сообщества',
'v' => 5.95
];
$url = 'https://api.vk.com/method/messages.getConversations?' . http_build_query($data);
$data = file_get_contents($url);
$json = json_decode($data, true);
$users = [];
foreach ($json['response']['items'] as $item) {
$userId = $item['conversation']['peer']['id'];
$users[] = $userId;
}
print_r($users, true);
expo build:ios
, предварительно корректно настроив app.jsonbuild:android
запускается publish
, которая применяется к обеим платформамexpo build:ios --release-channel prod-100
expo build:ios --release-channel prod-101
expo publish --release-channel prod-101
'FILTER' => []
должен быть массив массивов (у вас сейчас просто массив)<?php
// например, в /local/components/company/report.list/templates/.default/template.php
$this->SetViewTarget('inside_pagetitle');
$APPLICATION->IncludeComponent('bitrix:main.ui.filter', '', [
'FILTER_ID' => 'report_list',
'GRID_ID' => 'report_list',
'FILTER' => [
['id' => 'IS_SPEND', 'name' => 'Тип операции', 'type' => 'list', 'items' => ['' => 'Любой', 'P' => 'Поступление', 'M' => 'Списание'], 'params' => ['multiple' => 'Y']],
],
'ENABLE_LIVE_SEARCH' => true,
'ENABLE_LABEL' => true
]);
$this->EndViewTarget();?>
gallery_more
компонента bitrix:news.list
.