We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098389f commit 99210efCopy full SHA for 99210ef
core/mvc_router.php
@@ -5,6 +5,7 @@ class MvcRouter {
5
public $routes = array();
6
7
public function public_url($options=array()) {
8
+ $options = apply_filters('mvc_before_public_url', $options);
9
$defaults = array(
10
'action' => 'index',
11
'controller' => null
0 commit comments