Skip to content

Instantly share code, notes, and snippets.

@ekandreas
Created August 21, 2017 20:18
Show Gist options
  • Save ekandreas/73cf0c3befb2e9c135d3e82ce4a8afaa to your computer and use it in GitHub Desktop.
Save ekandreas/73cf0c3befb2e9c135d3e82ce4a8afaa to your computer and use it in GitHub Desktop.
Controllers Path Filter
add_filter('bladerunner/controller/paths', function ($paths) {
$paths[] = PLUGIN_DIR . '/my-fancy-plugin/controllers';
return $path;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment