HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/ratbustersflorida/public_html/wp-content/themes/customify/inc/compatibility/elementor.php
<?php
function customify_is_e_theme_location( $location ) {
	$is_exist = function_exists( 'elementor_theme_do_location' );
	if ( $is_exist ) {
		return elementor_theme_do_location( $location );
	}
	return false;
}

if ( defined( 'ELEMENTOR_VERSION' ) ) {
	add_action( 'elementor/theme/register_locations', 'customify_elementor_register_locations' );
	/**
	 * Register Elementor theme location
	 *
	 * @param \ElementorPro\Modules\ThemeBuilder\Classes\Locations_Manager $elementor_locations_manager Elementor location manager.
	 */
	function customify_elementor_register_locations( $elementor_locations_manager ) {
		$elementor_locations_manager->register_all_core_location();
	}
}