# fluent-community/1.0.94/Modules/modules_init.php

FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS &amp; Online Courses, version 1.0.94. 9 lines.

- Page: https://pluginprobe.com/plugins/fluent-community/1.0.94/code/Modules/modules_init.php
- Raw: https://pluginprobe.com/plugins/fluent-community/1.0.94/raw/Modules/modules_init.php
- Modified: 2024-11-07T12:38: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/fluent-community/1.0.94/code/Modules/modules_init.php#L10-L20`.

```php
<?php

add_action('fluent_community/portal_loaded', function ($app) {
    (new \FluentCommunity\Modules\FeaturesHandler())->register($app);

    // Load the Integrations
    (new \FluentCommunity\Modules\Integrations\Integrations())->register();
});

```
