File Manager

Current Path : /webspace/www.beetasty.be/html/wp-content/plugins/wp-mail-smtp/src/Providers/Pepipost/
Upload File :
Current File : //webspace/www.beetasty.be/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' ),
			)
		);
	}
}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com