Use 'roots/' for filters
This commit is contained in:
@@ -31,7 +31,7 @@ class Roots_Wrapping {
|
||||
}
|
||||
|
||||
public function __toString() {
|
||||
$this->templates = apply_filters('roots_wrap_' . $this->slug, $this->templates);
|
||||
$this->templates = apply_filters('roots/wrap_' . $this->slug, $this->templates);
|
||||
return locate_template($this->templates);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user