<?php namespace WeglotWP\Notices; if ( ! defined( 'ABSPATH' ) ) { exit; } use WeglotWP\Models\Abstract_Notices_Weglot; /** * @since 2.0.1 */ class Limit_Reach_Weglot extends Abstract_Notices_Weglot { /** * @since 2.0.1 * @static * @return string */ public static function get_template_file() { return WEGLOT_TEMPLATES_ADMIN_NOTICES . '/limit-reach.php'; } }