# give/4.16.9/src/Settings/Security/Actions/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/Settings/Security/Actions/RegisterSection.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Settings/Security/Actions/RegisterSection.php
- Modified: 2024-10-17T01:45: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/Settings/Security/Actions/RegisterSection.php#L10-L20`.

```php
<?php

namespace Give\Settings\Security\Actions;

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

        return $sections;
    }
}

```
