Changeset 3168578
- Timestamp:
- 10/14/2024 12:48:47 PM (18 months ago)
- Location:
- wp-notification-bell/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-notification-bell.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-notification-bell/trunk/readme.txt
r3168115 r3168578 1 1 === WP Notification Bell === 2 Contributors: wpdever 2 Contributors: wpdever, freemius 3 3 Tags: notifications, woocommerce, bbpress, buddypress, alert, live, message, comments, ajax, dokan, woocommerce notifications 4 4 Requires at least: 4.0 5 5 Tested up to: 6.6 6 Stable tag: 1.3.3 26 Stable tag: 1.3.33 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later -
wp-notification-bell/trunk/wp-notification-bell.php
r3168115 r3168578 5 5 * Plugin URI: https://wpsimpleplugins.wordpress.com/documentation/ 6 6 * Description: On-site notification system. 7 * Version: 1.3.3 27 * Version: 1.3.33 8 8 * Author: SPlugins 9 9 * Author URI: https://wpsimpleplugins.wordpress.com/documentation/ … … 127 127 128 128 add_action( 'init', 'wnbell_plugin_init' ); 129 // add_action('wp_head', 'wnbell_add_audio__premium_only');130 add_action( 'wp_footer', 'wnbell_add_audio__premium_only' );131 129 wnbell_fs()->add_action( 'after_uninstall', 'wnbell_fs_uninstall_cleanup' ); 132 130 function wnbell_fs_uninstall_cleanup() {
Note: See TracChangeset
for help on using the changeset viewer.