| @@ -13,8 +13,9 @@ | ||
| 13 | 13 | |
| 14 | 14 | public function dispatch_hooks() { |
| 15 | 15 | Frontend\Template::init(); |
| 16 | 16 | Frontend\Link::init(); |
| 17 | + Frontend\LinkPassthrough::init(); | |
| 17 | 18 | if ( ! is_admin() || defined( 'DOING_AJAX' ) && DOING_AJAX ) { |
| 18 | 19 | add_filter( 'render_block', [ Frontend\DynamicContent\Interpreter::class, 'init' ], 10, 3 ); |
| 19 | 20 | } |
| 20 | 21 | } |