You are here

function drush_rrssb_post_pm_enable in Ridiculously Responsive Social Sharing Buttons 8.2

Same name and namespace in other branches
  1. 7.2 includes/rrssb.drush.inc \drush_rrssb_post_pm_enable()
  2. 7 includes/rrssb.drush.inc \drush_rrssb_post_pm_enable()

Implements drush_MODULE_post_pm_enable().

File

includes/rrssb.drush.inc, line 41
Provides drush commands for Ridiculously Responsive Social Share Buttons.

Code

function drush_rrssb_post_pm_enable() {
  $modules = func_get_args();
  if (in_array('rrssb', $modules)) {
    drush_rrssb_plugin(NULL, TRUE);
  }
}