Compare commits
No commits in common. "5d8b245b9461a79b1cb166cc41b994ad2aa7c29e" and "6ba42ac0edd3efa2ebcd102ed4070723948a38ee" have entirely different histories.
5d8b245b94
...
6ba42ac0ed
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -14,7 +14,7 @@ $title = $attributes['title'] ?? null;
|
|||
</div>
|
||||
|
||||
<div class="subscribe-infolettre__form">
|
||||
<?php echo do_shortcode(content: '[mailpoet_form id="1"]'); ?>
|
||||
<?php echo do_shortcode('[mailpoet_form id="1"]'); ?>
|
||||
<!-- <form action="">
|
||||
<input type="text" placeholder="Nom" />
|
||||
<input type="email" placeholder="Adresse email" />
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ $title = $attributes['title'] ?? null;
|
|||
</div>
|
||||
|
||||
<div class="subscribe-infolettre__form">
|
||||
<?php echo do_shortcode(content: '[mailpoet_form id="1"]'); ?>
|
||||
<?php echo do_shortcode('[mailpoet_form id="1"]'); ?>
|
||||
<!-- <form action="">
|
||||
<input type="text" placeholder="Nom" />
|
||||
<input type="email" placeholder="Adresse email" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user