PATH:
home
/
ajwellnessmassag
/
angelictravels.online
/
wp-content
/
plugins
/
really-simple-ssl
/
core
/
app
/
Services
<?php namespace ReallySimplePlugins\RSS\Core\Services; final class SecureSocketsService { /** * Method to activate SSL for the current site. * @return array|bool Array when the current request is a REST request * * @todo Move admin method here after full refactor. */ public function activateSSL(array $data = []) { return RSSSL()->admin->activate_ssl($data); } }
[-] SecureSocketsService.php
[edit]
[-] CertificateService.php
[edit]
[-] SettingsConfigService.php
[edit]
[-] RelatedPluginService.php
[edit]
[-] EmailService.php
[edit]
[+]
..
[-] GlobalOnboardingService.php
[edit]