HEX
Server: Apache
System: Linux p3plzcpnl505785.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: xuvi7odgswsg (6947073)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: //home/xuvi7odgswsg/www/wp-content/plugins/beaver-builder-lite-version/includes/updater/updater.php
<?php

/* Only run if not already setup and not using a repo version. */
if ( ! class_exists( 'FLUpdater' ) && FL_BUILDER_LITE !== true ) {

	/* Defines */
	define( 'FL_UPDATER_DIR', trailingslashit( __DIR__ ) );

	/* Classes */
	require_once FL_UPDATER_DIR . 'classes/class-fl-updater.php';

	/* Actions */
	add_action( 'fl_themes_license_form', 'FLUpdater::render_form' );

	/* Initialize the updater. */
	FLUpdater::init();
}

/**
 * Show dummy license tab with links to docs/upgrade etc.
 */
if ( FL_BUILDER_LITE === true ) {
	add_action( 'fl_themes_license_form', 'FLBuilderAdmin::render_form_lite' );
}