Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Last active August 29, 2015 14:18
Show Gist options
  • Save amitaibu/248a3e4c008d98cbafec to your computer and use it in GitHub Desktop.
Save amitaibu/248a3e4c008d98cbafec to your computer and use it in GitHub Desktop.
/**
* Implements hook_ctools_plugin_directory().
*/
function pluggable_node_access_ctools_plugin_directory($module, $plugin) {
if ($module == 'pluggable_node_access') {
return 'plugins/' . $plugin;
}
}
// /plugins/pluggable_node_access
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment