add_action( 'save_post', function( $post_id, $post ) { if ( is_null( $post ) && has_action( 'save_post', [ 'Elementor\TemplateLibrary\Source_Local', 'on_save_post' ] ) ) { remove_action( 'save_post', [ 'Elementor\TemplateLibrary\Source_Local', 'on_save_post' ] ); } }, 1, 2 );