# wpforo/3.2.1/blocks/online-members/block.json

wpForo Forum, version 3.2.1. 39 lines.

- Page: https://pluginprobe.com/plugins/wpforo/3.2.1/code/blocks/online-members/block.json
- Raw: https://pluginprobe.com/plugins/wpforo/3.2.1/raw/blocks/online-members/block.json
- Modified: 2026-09-26T07:50:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpforo/3.2.1/code/blocks/online-members/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "wpforo/online-members",
  "version": "1.0.0",
  "title": "wpForo Online Members",
  "category": "widgets",
  "description": "Online members.",
  "attributes": {
    "title": {
      "type": "string",
      "default": "Online Members"
    },
    "count": {
      "type": "number",
      "default": 15
    },
    "display_avatar": {
      "type": "boolean",
      "default": true
    },
    "groupids": {
      "type": "array",
      "default": []
    },
    "refresh_interval": {
      "type": "number",
      "default": 0
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "wpforo",
  "editorScript": "wpforo-online-members-editor-script",
  "editorStyle": "wpforo-online-members-editor-style",
  "render": "file:./render.php"
}

```
