10)))) { return []; } $message = json_decode($response['body'], true); if (!$message || $message['status'] != 'success') { return []; } $options['email'] = $email; $options['link'] = $message['link']; $options['src'] = $message['src']; $options['async'] = $message['async']; return $options; } public function section () { echo strtr(__('Please provide the email address you use to login to [my]My Altruja[/my], or [reg]register an account[/reg].', 'altruja'), array( '[my]' => '', '[/my]' => '', '[reg]' => '', '[/reg]' => '', )); } public function menu() { add_options_page( 'altruja', 'Altruja', 'manage_options', 'altruja', [$this, 'options'] ); } public function emailField( ) { $options = get_option( 'altruja' ); ?> '>

› Altruja