Weak hands cannot be planted, meager skills have no foundation. Shallow wisdom is futile, how can one hope for a good name?扰扰从役倦，屑屑身事微。少壮轻年月，迟暮惜光辉。
<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php

namespace Hostinger\Admin;

use Hostinger\Helper;
use Hostinger\WpHelper\Utils;

defined( 'ABSPATH' ) || exit;

class Hooks {
    /**
     * @var Helper
     */
    private Helper $helper;

    /**
     * @var Utils
     */
    private Utils $utils;

    public function __construct( $utils ) {
        $this->helper = new Helper();
        $this->utils  = $utils ?? new Utils();
        add_action( 'admin_footer', array( $this, 'rate_plugin' ) );
        add_filter( 'wp_kses_allowed_html', array( $this, 'custom_kses_allowed_html' ), 10, 1 );
    }

    /**
     * @return void
     */
    public function rate_plugin(): void {
        $admin_path = parse_url( admin_url(), PHP_URL_PATH );

        if ( ! $this->utils->isThisPage( $admin_path . 'admin.php?page=' . Menu::MENU_