elementor.saver.on no longer works
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘elementor.saver.on no longer works’ is closed to new replies.