Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/wp-content/plugins/header-footer-elementor/inc/js/ |
Upload File : |
(function($){ EHF_EPRO_Compatibility = { /** * Binds events for the Elementor Header Footer. * * @since 1.4.0 * @access private * @method _bind */ init: function() { elementor.on( "document:loaded", function() { setTimeout( function() { jQuery.each( elementorFrontend.documentsManager.documents, function ( index, document ) { var $documentElement = document.$element; var ids_array = JSON.parse( hfe_admin.ids_array ); ids_array.forEach( function( item, index ){ var elementor_id = $documentElement.data( 'elementor-id' ); if( elementor_id == ids_array[index].id ){ $documentElement.find( '.elementor-document-handle__title' ).text( elementor.translate('edit_element', [ids_array[index].value] ) ); } } ); }); }, 1000 ); }); } }; /** * Initialize EHF_EPRO_Compatibility */ $(function(){ EHF_EPRO_Compatibility.init(); }); })(jQuery);