You are here

function simplenews_ctools_plugin_directory in Simplenews 7.2

Implements hook_ctools_plugin_directory().

File

./simplenews.module, line 1985
Simplenews node handling, sent email, newsletter block and general hooks

Code

function simplenews_ctools_plugin_directory($owner, $plugin_type) {
  if ($owner == 'simplenews' && $plugin_type == 'recipient_handlers') {
    return 'plugins/recipient_handlers';
  }
}