Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does elementor stores the data from the content that is created from the frontend view?

I am trying to change a value/text in page created by elementor page builder plugin that exists on around 400 pages. I have edited the database (wp_posts) with the right values but it's not changed on the front end. The values are still the old values on the pages. It almost seems like something is being cached somewhere, but I do not have any caching currently enabled.

If I completely disable elementor and elementor pro. The correct values are shown. If I re-enable elementor the old incorrect values are shown again.

Does anyone know where does elementor stores the data from the content that is created from the frontend view? In the database (where?) in files? (where?) Thanks so much!!

like image 964
Rezan Ferdous Avatar asked Sep 10 '20 02:09

Rezan Ferdous


People also ask

Where are Elementor template files stored?

Where can I find the Pre-designed Templates? Where can I find my saved Templates? All the templates that you saved can be found under Templates in your WordPress Admin Dashboard. These templates are also available, along with the pre-designed templates, in the Library that is accessible from the Elementor panel.


1 Answers

Elementor stores the data in postmeta table. For each page/post id the page data is stored in meta key "_elementor_data".

like image 194
Ahmer WPCODER110 Avatar answered Oct 08 '22 18:10

Ahmer WPCODER110