• elementor.saver.on no longer works and has been replaced with $e.hooks. Could someone please provide an example of how to use the new hook to update the following line of code?

    jQuery( function( $ ) {
    elementor.saver.on(
    ‘after:save’,
    function( data ) {
    console.log( ‘Updated!’ );
    }
    );
    });

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter seshelby

    (@seshelby)

    “elementor” is now undefined and using $(‘$e’) in its place also doesn’t work. Is there a solution to this issue?

    Thread Starter seshelby

    (@seshelby)

    Could I please get some assistance with this issue?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘elementor.saver.on no longer works’ is closed to new replies.