Plugin Directory

Changeset 2251936

Timestamp:
02/28/2020 12:30:03 PM (4 years ago)
Author:
Anfisa
Message:

tagging version 1.0.2

Location:
abwpwoo
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • abwpwoo/trunk/readme.txt

    r2206555 r2251936  
    44Requires at least: 4.8
    55Tested up to: 5.2.3
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5454== Changelog ==
    5555
     56
     57
     58
    5659= 1.0.1 =
    5760* Изменены коды в jQuery
     
    6164
    6265== Upgrade notice ==
     66
  • abwpwoo/trunk/wwpcouseware-extra-settings.php

    r2206555 r2251936  
    22/**
    33 * Plugin Name: Addon for AB-Inspiration, WooCoocommerce and WP Courseware
    4  * Version:     1.0.1
     4 * Version:     1.0.
    55 * Plugin URI:  https://ab-inspiration.com
    66 * Description: The official extension AB-Inspiration for add integration for WP Courseware and WooCommmerce.
     
    208208add_filter( 'wpcw_course_enrollment_success_message', function( $message, $course_id, $user_id ) {
    209209    // Do something with the message. Replace it, append to it, etc...
    210     $message .= ' Вы успешно зачислены на курс';
     210    $message .= ' Вы успешно зачислены на курс';
    211211    return $message;
    212212}, 10, 3 );
Note: See TracChangeset for help on using the changeset viewer.