HEX
Server: Apache/2.4.65 (Debian)
System: Linux web6 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64
User: innocamp (1028)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/.Trash/craftfrn/public_html/wp-content/plugins/anywhere-elementor/anywhere-elementor.php
<?php
/**
 * Plugin Name: Anywhere Elementor
 * Description: Allows you to insert elementor pages and library templates anywhere using shortcodes.
 * Plugin URI: https://www.elementoraddons.com/
 * Author: WPVibes
 * Version: 1.2.7
 * Author URI: https://wpvibes.com/
 * Elementor tested up to: 3.9
 * Elementor Pro tested up to: 3.9
 * Text Domain: wts_ae
 *
 */

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

define( 'AE_VERSION', '1.2.7' );

define( 'WTS_AE__FILE__', __FILE__ );
define( 'WTS_AE_PLUGIN_BASE', plugin_basename( WTS_AE__FILE__ ) );
define( 'WTS_AE_URL', plugins_url( '/', WTS_AE__FILE__ ) );
define( 'WTS_AE_PATH', plugin_dir_path( WTS_AE__FILE__ ) );
define( 'WTS_AE_ASSETS_URL', WTS_AE_URL . 'includes/assets/' );


require_once WTS_AE_PATH.'includes/pro.php';


require_once( WTS_AE_PATH . 'includes/bootstrap.php' );