robsontx07
New member
- May 11, 2022
- 8
- 2
- 3
misters can you help me please?
I can't put context after the number it pulls in the form
(A)
------------------------------------------------------------
<?php
/**
* `Call now` quick action.
*
* @since 2.0
*/
if ( ! ( $phone = $listing->get_field('phone') ) ) {
return;
}
$link = sprintf( 'https://wa.me/+55%s', $phone );
?>
<li id="<?php echo esc_attr( $action['id'] ) ?>" class="<?php echo esc_attr( $action['class'] ) ?>">
<a href="<?php echo esc_url( $link ) ?>" rel="nofollow">
<?php echo c27()->get_icon_markup( $action['icon'] ) ?>
<span><?php echo $action['label'] ?></span>
</a>
</li>
----------------------------------------------------------------
I want to put this code after the whatsapp link where it pulls the phone number through the form after I need to put the context to pull the sentence
(B)
&text=Olá%20Vi%20esse%20anúncio%20no%20Espaço%20Cidade%20gostaria%20de%20mais%20informações%3A
when you click on the button, the link opens pulling the phone number through the form + the context with the phrase turning into a whatsapp link with the automatic phrase
who is a programmer can you help me please ... thank you so much
I can't put context after the number it pulls in the form
(A)
------------------------------------------------------------
<?php
/**
* `Call now` quick action.
*
* @since 2.0
*/
if ( ! ( $phone = $listing->get_field('phone') ) ) {
return;
}
$link = sprintf( 'https://wa.me/+55%s', $phone );
?>
<li id="<?php echo esc_attr( $action['id'] ) ?>" class="<?php echo esc_attr( $action['class'] ) ?>">
<a href="<?php echo esc_url( $link ) ?>" rel="nofollow">
<?php echo c27()->get_icon_markup( $action['icon'] ) ?>
<span><?php echo $action['label'] ?></span>
</a>
</li>
----------------------------------------------------------------
I want to put this code after the whatsapp link where it pulls the phone number through the form after I need to put the context to pull the sentence
(B)
&text=Olá%20Vi%20esse%20anúncio%20no%20Espaço%20Cidade%20gostaria%20de%20mais%20informações%3A
when you click on the button, the link opens pulling the phone number through the form + the context with the phrase turning into a whatsapp link with the automatic phrase
who is a programmer can you help me please ... thank you so much