Hi @wpfreund14,
The easiest (and least risky) method of doing this would be to enable Widget Count and then find the Page Builder powered pages using that and edit as desired. You can enable this setting by navigating to WP Admin > Settings > Page Builder and open the General tab. Tick Display Widget Count. This will add an additional column to the post/page listing screen (For example, WP Admin > Posts > All Posts) that will list if a page is powered by SiteOrigin Page Builder or not.
Alternatively, you can find all page builder powered pages by using SQL:
SELECT * FROM wp_postmeta WHERE meta_key = 'panels_data'
This isn’t something we can assist with however.
-
This reply was modified 7 years ago by alexgso.
-
This reply was modified 7 years ago by alexgso.