Current Path : /var/www/ooareogundevinitiative/wp-content/plugins/unyson/framework/extensions/mailer/ |
Current File : /var/www/ooareogundevinitiative/wp-content/plugins/unyson/framework/extensions/mailer/manifest.php |
<?php if (!defined('FW')) die('Forbidden'); $manifest = array(); $manifest['name'] = __('Mailer', 'fw'); $manifest['description'] = __('This extension will let you set some global email options and it is used by other extensions (like Forms) to send emails.', 'fw'); $manifest['version'] = '1.2.12'; $manifest['standalone'] = false; $manifest['display'] = false; $manifest['github_update'] = 'ThemeFuse/Unyson-Mailer-Extension'; $manifest['github_repo'] = 'https://github.com/ThemeFuse/Unyson-Mailer-Extension'; $manifest['uri'] = 'http://manual.unyson.io/en/latest/extension/forms/index.html#content'; $manifest['author'] = 'ThemeFuse'; $manifest['author_uri'] = 'http://themefuse.com/';