%PDF- %PDF-
Direktori : /var/www/html/higroup/1618475457800/wp-content/plugins/weglot/src/notices/ |
Current File : /var/www/html/higroup/1618475457800/wp-content/plugins/weglot/src/notices/class-curl-weglot.php |
<?php namespace WeglotWP\Notices; if ( ! defined( 'ABSPATH' ) ) { exit; } use WeglotWP\Models\Abstract_Notices_Weglot; /** * @since 2.0.1 */ class Curl_Weglot extends Abstract_Notices_Weglot { /** * @since 2.0.1 * @static * @return string */ public static function get_template_file() { return WEGLOT_TEMPLATES_ADMIN_NOTICES . '/no-curl.php'; } }