$params = array(
"text" => "Текст смски"
);
$phones = array("89237778899");
$send = $api->send($params,$phones);
<?php get_header(); ?>
- для подгрузки хедера. <?php
// check if the repeater field has rows of data
if( have_rows('recipe_steps') ):
// loop through the rows of data
while ( have_rows('recipe_steps') ) : the_row();
// display a sub field value
the_sub_field('recipe_step_text');
endwhile;
else :
// no rows found
endif;
?>
<form method="POST">