stream
stream copied to clipboard
🗄️ Stream plugin for WordPress
Right now stream use the same key if meta has an array. See the screenshot below. Stream uses`user_meta` as key for all the data in array `user_meta` instead of array...
Fixes #1038
This reverts commit fc606dbd175b1ce533ea88198f8bf91a78fb1439. We found a more correct location to improve a previously existing sanity check. Fixes #1080, but better. Sorry @kasparsd :smile: You were right, there was a...
Just that.
Activating Stream on WP trunk (WordPress 6.0-alpha-52609) triggers a notice via `_doing_it_wrong`: > Notice: Function add_menu_page was called incorrectly. The seventh parameter passed to add_menu_page() should be an integer representing...
Plugin conflict with WooCommerce Subscriptions and `woocommerce_available_payment_gateways` filter
# Bug Report If the following plugins are active: Stream, WooCommerce and WooCommerce Subscriptions (https://woocommerce.com/products/woocommerce-subscriptions/) and a callback for the `woocommerce_available_payment_gateways` filter hook uses `\WC_Cart->get_cart()`, a PHP notice is triggered....
# Feature Request I'm trying to fetch a set of unique activities from Stream DB with `wp_stream_get_instance()->db->get_records()`. It turns out, we have no facilities to set a `SELECT DISTINCT` clause...
Noticing this for a while now. Here is a screenshot https://cl.ly/0x2W0u1u3Z2c WP Version 4.7.3 STREAM Version 3.2.0
# Feature Request When notification is enabled or disabled, we need to log that action too. The action performed on activation or deactivation seems to be handled in `function update_notification_active`,...
This is a follow issue to https://github.com/xwp/stream/issues/1184 and commented on here: https://github.com/xwp/stream/pull/1185/files#r731374767