Edit File: version.php
<?php /** * Thrive Themes - https://thrivethemes.com * * @package thrive-visual-editor */ if ( ! defined( 'ABSPATH' ) ) { exit; // Silence is golden! } return '2.4.6.2';
Back