Changeset 3388965
- Timestamp:
- 11/03/2025 03:00:54 PM (5 months ago)
- Location:
- formdev/trunk
- Files:
-
- 3 edited
-
formdev.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
templates/single-product.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
formdev/trunk/formdev.php
r3369444 r3388965 5 5 * Plugin URI: https://www.form-dev.fr 6 6 * Description: Synchroniser automatiquement les formations présentes dans votre CRM Formdev 7 * Version: 1.2. 37 * Version: 1.2.4 8 8 * Author: Formdev 9 9 * Author URI: https://app.form-dev.fr -
formdev/trunk/readme.txt
r3369444 r3388965 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.2. 37 Stable tag: 1.2.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 68 68 69 69 == Changelog == 70 = 1.2.4 = 71 * add qualifIntervenant & remove HT 72 70 73 = 1.2.3 = 71 74 * fix trashed url -
formdev/trunk/templates/single-product.php
r3360015 r3388965 49 49 echo '<pre>'; 50 50 print_r($datas); 51 echo '</pre>'; 51 echo '</pre>';qualifIntervenant 52 52 */ 53 53 … … 66 66 include('picto-tarifs.php'); 67 67 echo ' </div><div class="title">Tarifs</div>'; 68 echo '<div class="info">à partir de <strong>'.esc_html($regular_price).' €</strong> HT</div>';68 echo '<div class="info">à partir de <strong>'.esc_html($regular_price).' €</strong></div>'; 69 69 echo '</div></div>'; 70 70 if($datas['nbHeuresElearning'] > 0 || $datas['duree'] > 0){ … … 185 185 echo '<div class="clearfix"></div>'; 186 186 187 echo '<h2>Qualification des intervenants</h2>'; 188 echo wp_kses_post(apply_filters('the_content', formdev_fdcontent($datas['qualifIntervenant']))); 187 189 /* 188 190 echo '<br/><br/><br/><br/><br/><br/><br/><br/>';
Note: See TracChangeset
for help on using the changeset viewer.