<path id="push_text" class="fil0" d="M454.37 и так далее..."/>
<g id="turbo_exhaust">
<path id="turbo_exhaust-short" class="fil0" d="M1198.8 99.6c-0.71,-7.71 5.29,-13.23 9.42,-18.93 -3.36,17.64 -2.42,35.89 2.9,53.08 5.77,19.96 11.87,43.18 -0.61,62.02 5.83,-33.06 -11.87,-63.57 -11.71,-96.17l0 0z"/>
<path id="turbo_exhaust-long" class="fil0" d="M1237.31 115.01c13.28,28.9 25.96,63.18 12.99,94.43 -6.48,18.32 -24.83,28.83 -31.67,46.95 -5.28,10.07 -2.48,21.55 0.26,31.93 -8.7,-11.64 -15.32,-26.7 -8.8,-41.02 6.93,-26.38 33.64,-43.79 34.47,-72.14 1.36,-20.35 -4.54,-40.15 -7.25,-60.15l0 0z"/>
</g>
<meta http-equiv="Content-Type" content="application/xhtml+xml">
<g style="clip-path:url(#id0)">
<image />
, то ничего не изменится.@set "COMPOSER_CACHE_DIR=%PHP_DIR%..\..\..\userdata\composer\cache"
@set "COMPOSER_HOME=%PHP_DIR%..\..\..\userdata\composer"
@set "COMPOSER_CAFILE=%PHP_DIR%..\..\..\userdata\config\cacert.pem"
@"%PHP_BIN%" -d output_buffering=0 "%PHP_DIR%..\..\..\userdata\composer\composer.phar" %*
function disable_content_editor()
{
if (isset($_GET['post'])) {
$post_ID = $_GET['post'];
} else if (isset($_POST['post_ID'])) {
$post_ID = $_POST['post_ID'];
}
if (!isset($post_ID) || empty($post_ID)) {
return;
}
/*
* Полностью отключить редактор WordPress для страницы с определённым ID (в нашем примере с ID = 15)
*/
if ($post_ID == 15) {
remove_post_type_support('page', 'editor');
}
/*
* Отключить возможность редактирования для всех страниц (т.е. для всех постов с типом "страница")
*/
$post_type = get_post_type($post_ID);
if ($post_type == 'page') {
return false;
}
/*
* Отключить возможность редактирования для страниц с ID 16, 25 и 30 (для случаев, когда нужно отключить редактор сразу для нескольких страниц)
*/
$disabled_IDs = array(16, 25, 30);
if (in_array($post_ID, $disabled_IDs)) {
remove_post_type_support('page', 'editor');
}
/*
* Скрыть редактор ВордПресс на страницах с определённым шаблоном (!!!ВНИМАНИЕ!!! указывать нужно не название шаблона, а имя его файла, например my_page_template.php)
*/
$page_template = get_post_meta($post_ID, '_wp_page_template', true);
if ($page_template == 'my_page_template.php') {
remove_post_type_support('page', 'editor');
}
}
add_action('admin_init', 'disable_content_editor');
<?php if( have_rows('repeater_field_name') ): ?>
<?php $i = 1; while ( have_rows('repeater_field_name') ) : the_row(); ?>
<?php the_sub_field('sub_field_name'); ?>
<p>ID <?php=$i; ?></p>
<?php $i++; endwhile; ?>
<?php else : ?>
<?php endif; ?>
Пересобрал проект.
В итоге какого то лешего он мне выдаёт:
при том, что gulp установлен глобально `npm install --global gulp-cli`
ok. выполняю как мне советует нода и делаю `npm install gulp`
И лепит вот такое: