Skip to main content

FC

est-ce que FluentCommunity expose des webhooks ou des hooks PHP qu'on peut intercepter ?

FluentCommunity exposes a large number of WordPress action and filter hooks that you can use to intercept almost any event.
https://dev.fluentcommunity.co/hooks/actions/
https://dev.fluentcommunity.co/hooks/filters/

Dany Tetreault

Tawsif Ahmed RiyadΒ I am building a fully custom page for my Agent role, but I’m running into issues when trying to integrate the backend.

In the attached images, you can see two different views:

  1. The Agent View: This is the custom page I’ve designed.
  2. The Admin Panel (Custom): This shows the standard WordPress dashboard elements, including the sidebar and the top menu bar.

The Problem: I want to completely restrict access to the WordPress admin panel. To solve this, I tried using a snippet to display the content via an iFrame, but it isn't working correctly for the Agent role.

Additionally, if you look at the screenshots, the live data (such as "Active," "Pending," etc.) is missing from the top of the Agent's view. It simply doesn't appear.

The Goal: Ultimately, I don't want my users to ever see the WP dashboard; that’s why I created custom panels for every user role. However, for the Agent role specifically, I’m stuck: either they see the full dashboard (like the Admin does in their custom panel), or the content shows as "Unavailable."

How can I correctly pull the backend data into the custom panel without triggering the standard WP interface or "Unavailable" errors?

1.00

1.00