framework icon indicating copy to clipboard operation
framework copied to clipboard

Child theme route overwrite

Open jlambe opened this issue 7 years ago • 0 comments

Child theme routes are overwritten by the parent theme.

We should provide a check that if a route is already registered regarding a child theme, this route can't overwritten by the parent theme.

Note: check against plugins routes as well.

Route hierarchy:

  1. Plugin route
  2. Theme route (has precedence over a plugin route)
  3. Child theme route (has precedence over a parent theme route)

jlambe avatar Sep 11 '17 15:09 jlambe