public function get_hook_tag( string $name, $extra = array(), string $root = 'dws_framework_foundations' ): string {
        if ( $this instanceof PluginComponentInterface ) {
            $root = ( 'dws_framework_foundations' === $root ) ? '' : $root;
            $root = \join( '/', array( $this->get_plugin()->get_plugin_safe_slug(), $root ?: $this->get_safe_name() ) );
        } elseif ( 'dws_framework_foundations' === $root ) {