# give/4.16.9/src/ThirdPartySupport/Elementor/Settings/RegisterSection.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.9. 20 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/ThirdPartySupport/Elementor/Settings/RegisterSection.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/ThirdPartySupport/Elementor/Settings/RegisterSection.php
- Modified: 2025-08-20T14:13:16+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/give/4.16.9/code/src/ThirdPartySupport/Elementor/Settings/RegisterSection.php#L10-L20`.

```php
<?php

namespace Give\ThirdPartySupport\Elementor\Settings;

/**
 * @since 4.7.0
 */
class RegisterSection
{
    /**
     * @since 4.7.0
     */
    public function __invoke(array $sections): array
    {
        $sections['elementor'] = __('Elementor', 'give');

        return $sections;
    }
}

```
