function wordstream_install in WordStream Keyword Tools 6
Same name and namespace in other branches
- 7 wordstream.install \wordstream_install()
Implementation of hook_install().
File
- ./
wordstream.install, line 10 - Install file.
Code
function wordstream_install() {
drupal_install_schema('wordstream');
drupal_set_message(t('WordStream has been installed.'));
// if (!variable_get('scribeseo_apikey', '')) {
// drupal_set_message(t('Your Scribe API Key is Empty. Please ') . l(t('configure the Scribe Content Optimizer plugin.'), 'admin/settings/scribeseo'), 'error');
//}
}