Changeset 2291451
- Timestamp:
- 04/25/2020 09:18:22 AM (6 years ago)
- Location:
- abwpwoo
- Files:
-
- 2 edited
- 5 copied
-
tags/4.3 (copied) (copied from abwpwoo/trunk)
-
tags/4.3/js (copied) (copied from abwpwoo/trunk/js)
-
tags/4.3/languages (copied) (copied from abwpwoo/trunk/languages)
-
tags/4.3/readme.txt (copied) (copied from abwpwoo/trunk/readme.txt) (1 diff)
-
tags/4.3/wwpcouseware-extra-settings.php (copied) (copied from abwpwoo/trunk/wwpcouseware-extra-settings.php) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wwpcouseware-extra-settings.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
abwpwoo/tags/4.3/readme.txt
r2291099 r2291451 4 4 Requires at least: 4.8 5 5 Tested up to: 5.3.2 6 Stable tag: 4. 26 Stable tag: 4.3 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
abwpwoo/tags/4.3/wwpcouseware-extra-settings.php
r2291099 r2291451 2 2 /** 3 3 * Plugin Name: Addon for AB-Inspiration, WooCoocommerce and WP Courseware 4 * Version: 4. 24 * Version: 4.3 5 5 * Plugin URI: https://ab-inspiration.com 6 6 * Description: The official extension AB-Inspiration for add integration for WP Courseware and WooCommmerce. … … 21 21 add_action( 'plugins_loaded', 'my_plugin_load_plugin_textdomain' ); 22 22 23 function wpcw_custom_script() { 24 23 25 // Register the script 24 26 wp_register_script( 'wpcw_custom', plugin_dir_url( __FILE__ ) . 'js/wpcw-custom.js', array('jquery'), true ); … … 33 35 // Enqueued script with localized data. 34 36 wp_enqueue_script( 'wpcw_custom' ); 37 } 38 add_action( 'wp_enqueue_scripts', 'wpcw_custom_script' ); 35 39 36 40 -
abwpwoo/trunk/readme.txt
r2291099 r2291451 4 4 Requires at least: 4.8 5 5 Tested up to: 5.3.2 6 Stable tag: 4. 26 Stable tag: 4.3 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
abwpwoo/trunk/wwpcouseware-extra-settings.php
r2291099 r2291451 2 2 /** 3 3 * Plugin Name: Addon for AB-Inspiration, WooCoocommerce and WP Courseware 4 * Version: 4. 24 * Version: 4.3 5 5 * Plugin URI: https://ab-inspiration.com 6 6 * Description: The official extension AB-Inspiration for add integration for WP Courseware and WooCommmerce. … … 21 21 add_action( 'plugins_loaded', 'my_plugin_load_plugin_textdomain' ); 22 22 23 function wpcw_custom_script() { 24 23 25 // Register the script 24 26 wp_register_script( 'wpcw_custom', plugin_dir_url( __FILE__ ) . 'js/wpcw-custom.js', array('jquery'), true ); … … 33 35 // Enqueued script with localized data. 34 36 wp_enqueue_script( 'wpcw_custom' ); 37 } 38 add_action( 'wp_enqueue_scripts', 'wpcw_custom_script' ); 35 39 36 40
Note: See TracChangeset
for help on using the changeset viewer.