dispatch_hooks(); } public function dispatch_hooks() { Frontend\Template::init(); Frontend\Link::init(); if ( ! is_admin() ) { add_filter( 'render_block', [ Frontend\DynamicContent\Interpreter::class, 'init' ] ); } } }