- Timestamp:
- 06/27/2021 10:47:39 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-core-whos-online-widget.php
r12324 r12976 15 15 * 16 16 * @since 1.0.3 17 * @since 9.0.0 Adds the `show_instance_in_rest` property to Widget options. 17 18 */ 18 19 class BP_Core_Whos_Online_Widget extends WP_Widget { … … 22 23 * 23 24 * @since 1.5.0 25 * @since 9.0.0 Adds the `show_instance_in_rest` property to Widget options. 24 26 */ 25 27 public function __construct() { … … 30 32 'classname' => 'widget_bp_core_whos_online_widget buddypress widget', 31 33 'customize_selective_refresh' => true, 34 'show_instance_in_rest' => true, 32 35 ) ); 33 36 }
Note: See TracChangeset
for help on using the changeset viewer.