/
/
home
/
melaqxso
/
public_html
/
wp-content
/
plugins
/
wp-mail-smtp
/
src
/
Providers
/
Pepipost
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Pepipost
Edit:
/home/melaqxso/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Pepipost/Options.php
<?php namespace WPMailSMTP\Providers\Pepipost; use WPMailSMTP\Providers\OptionsAbstract; /** * Class Options. * * @since 1.0.0 */ class Options extends OptionsAbstract { /** * Pepipost constructor. * * @since 1.0.0 */ public function __construct() { parent::__construct( array( 'logo_url' => wp_mail_smtp()->assets_url . '/images/providers/pepipost-smtp.png', 'slug' => 'pepipost', 'title' => esc_html__( 'Pepipost SMTP', 'wp-mail-smtp' ), ) ); } }
Ukuran: 498 B