/
home
/
faureele
/
extra-til
/
wp-content
/
plugins
/
woffice-core
/
extensions
/
woffice-slack
/
Upload File
HOME
<?php if ( ! defined( 'FW' ) ) { die( 'Forbidden' ); } $manifest = array(); $manifest['name'] = __( 'Woffice Slack', 'woffice' ); $manifest['description'] = __( 'Enables the possibility to synchronize your site notifications with any Slack channel.', 'woffice' ); $manifest['version'] = '1.0.0'; $manifest['display'] = true; $manifest['standalone'] = true; $manifest['thumbnail'] = plugin_dir_url( __FILE__ ) .'/static/img/thumbnails/slack.jpg';