Changeset 3268025
- Timestamp:
- 04/07/2025 04:50:19 PM (12 months ago)
- Location:
- wp-notification-bell/trunk
- Files:
-
- 4 edited
-
includes/shortcode.php (modified) (2 diffs)
-
includes/visitor_shortcode.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wp-notification-bell.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-notification-bell/trunk/includes/shortcode.php
r3209428 r3268025 95 95 $seen_woocommerce = get_user_meta( $current_user_id, 'wnbell_seen_woocommerce_ids', true ); 96 96 $seen_notifications = apply_filters( 'wnbell_seen_data', array(), $current_user_id ); 97 $item_id = ''; 98 $item_class = 'wnbell_notification_item'; 97 99 if ( count( $data ) > 0 ) { 98 100 $output .= '<div class="wnbell_header" id="wnbell_header">'; … … 148 150 } 149 151 } 150 $item_id = '';151 $item_class = 'wnbell_notification_item';152 152 if ( $seen_posts && in_array( $single_notification_id, $seen_posts ) ) { 153 153 if ( isset( $options['item_seen_class_attribute'] ) && $options['item_seen_class_attribute'] != '' ) { -
wp-notification-bell/trunk/includes/visitor_shortcode.php
r3209428 r3268025 112 112 // $current_user_id = get_current_user_id(); 113 113 $header = ( isset( $options['header'] ) ? $options['header'] : '' ); 114 $item_id = ''; 115 $item_class = 'wnbell_notification_item'; 114 116 if ( count( $data ) > 0 ) { 115 117 $output .= '<div class="wnbell_header" id="wnbell_header">'; -
wp-notification-bell/trunk/readme.txt
r3240310 r3268025 4 4 Requires at least: 4.0 5 5 Tested up to: 6.7 6 Stable tag: 1.4. 46 Stable tag: 1.4.5 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later -
wp-notification-bell/trunk/wp-notification-bell.php
r3240310 r3268025 5 5 * Plugin URI: https://wpsimpleplugins.wordpress.com/documentation/ 6 6 * Description: On-site notification system. 7 * Version: 1.4. 47 * Version: 1.4.5 8 8 * Author: SPlugins 9 9 * Author URI: https://wpsimpleplugins.wordpress.com/documentation/
Note: See TracChangeset
for help on using the changeset viewer.