get_providers()->get_auth( Options::init()->get( 'mail', 'mailer' ) ); if ( $auth && $auth instanceof AuthAbstract && method_exists( $auth, 'process' ) ) { $auth->process(); } } /** * Return nothing, as we don't need this functionality. * * @since 1.0.0 */ public function get_label() { return ''; } /** * Return nothing, as we don't need this functionality. * * @since 1.0.0 */ public function get_title() { return ''; } /** * Do nothing, as we don't need this functionality. * * @since 1.0.0 */ public function display() { } }