DekodeInteraktiv / hogan-banner

Banner Module for Hogan
GNU General Public License v3.0
1 stars 0 forks source link

add filter on template allowing custom template #43

Closed soderlind closed 5 years ago

soderlind commented 5 years ago

It would be nice to be able to load a custom template, could you apply a filter on?:

https://github.com/DekodeInteraktiv/hogan-banner/blob/c6ef40ce9582a01912375082c2a9b631ee4f1513/class-banner.php#L122

eg:

$this->template =  applt_filter( 'hogan/module/banner/template',  __DIR__ . '/assets/template.php' );
pederan commented 5 years ago

Already possible using filter in core: https://github.com/DekodeInteraktiv/hogan-core/blob/master/includes/class-module.php#L301