Plugin Directory

Changeset 3388965


Ignore:
Timestamp:
11/03/2025 03:00:54 PM (5 months ago)
Author:
formdev
Message:

add qualifIntervenant & remove HT

Location:
formdev/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • formdev/trunk/formdev.php

    r3369444 r3388965  
    55 * Plugin URI: https://www.form-dev.fr
    66 * Description: Synchroniser automatiquement les formations présentes dans votre CRM Formdev
    7  * Version: 1.2.3
     7 * Version: 1.2.4
    88 * Author: Formdev
    99 * Author URI: https://app.form-dev.fr
  • formdev/trunk/readme.txt

    r3369444 r3388965  
    55Tested up to: 6.8 
    66Requires PHP: 7.4 
    7 Stable tag: 1.2.3
     7Stable tag: 1.2.4
    88License: GPLv2 or later 
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    6868
    6969== Changelog ==
     70= 1.2.4 =
     71* add qualifIntervenant & remove HT
     72
    7073= 1.2.3 =
    7174* fix trashed url
  • formdev/trunk/templates/single-product.php

    r3360015 r3388965  
    4949    echo '<pre>';
    5050    print_r($datas);
    51     echo '</pre>';
     51    echo '</pre>';qualifIntervenant
    5252    */
    5353
     
    6666                        include('picto-tarifs.php');
    6767            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>';
    6969            echo '</div></div>';
    7070            if($datas['nbHeuresElearning'] > 0 || $datas['duree'] > 0){
     
    185185        echo '<div class="clearfix"></div>';
    186186
     187        echo '<h2>Qualification des intervenants</h2>';
     188        echo wp_kses_post(apply_filters('the_content', formdev_fdcontent($datas['qualifIntervenant'])));
    187189        /*
    188190        echo '<br/><br/><br/><br/><br/><br/><br/><br/>';
Note: See TracChangeset for help on using the changeset viewer.