Skip to content

Data and APIs

How comment data is loaded

  • WordPress Bridge – Comment Manager uses the WordPress Bridge comment API for list, get, create, update, and delete. So comments are the same WordPress comments you see in the database and on the front end.

  • FleekDash stats – Comment counts by status (e.g. pending, approved, spam, trash) may come from a FleekDash endpoint (e.g. /wp-json/fleekdash/v1/comments/stats) for fast filter buttons and counts.

  • Caching – The Comments page may cache comment lists (e.g. per status or filter) for a short time (e.g. 5 minutes) to reduce repeated requests. Refreshing the page or changing filters fetches fresh data when needed.

  • Authentication – All API calls use the same FleekDash authentication (e.g. nonce) so only authorized users can moderate or create comments.