function wordstream_install in WordStream Keyword Tools 7
Same name and namespace in other branches
- 6 wordstream.install \wordstream_install()
Implements hook_install(). ().
File
- ./
wordstream.install, line 11 - Install file.
Code
function wordstream_install() {
// TODO The drupal_(un)install_schema functions are called automatically in D7.
// 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/config/scribeseo'), 'error');
//}
}