Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the spinupwp domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /sites/coreysalzano.com/files/wp-includes/functions.php on line 6121
Revert Elementor Taking Over a Page – Corey Salzano

Revert Elementor Taking Over a Page

Accidentally clicking the Edit with Elementor button can ruin a perfectly good page. Sabotage or delete post meta fields for the post or page with these keys:

  • _elementor_edit_mode
  • _elementor_template_type
  • _elementor_version
  • _elementor_css

wp-cli commands

Change the zero to an appropriate post or page ID.

wp post meta delete 0 _elementor_edit_mode
wp post meta delete 0 _elementor_template_type
wp post meta delete 0 _elementor_version
wp post meta delete 0 _elementor_css