✏️ 正在编辑: AuthInterface.php
路径:
/home/ubuntu/plugins-bkp-26012025/wp-mail-smtp/src/Providers/AuthInterface.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php namespace WPMailSMTP\Providers; /** * Interface AuthInterface. * * @since 1.0.0 */ interface AuthInterface { /** * Whether user saved Client ID/App ID and Client Secret/App Password or not. * Both options are required. * * @since 1.0.0 * * @return bool */ public function is_clients_saved(); /** * Whether we have an access and refresh tokens or not. * * @since 1.0.0 * * @return bool */ public function is_auth_required(); }
💾 保存文件
← 返回文件管理器