I’m posting this in general “Beaver Builder” questions because I can’t track do the source of this nuisance (might be related to a Beaver Builder add-in, but I’m not sure). What I’ve noticed is that the words “Design is a funny word” get inserted into some pages automagically. This isn’t verbiage that I would ever use, so I know that I’ve never typed it into a site page while creating it. Yet, I’ve seen it appear in the the metadata of some pages.
I’m currently working on a new site and noticed that these words showed up again through no fault of my own. Here’s a snippet of source from one of the offending pages…
<!-- wp:fl-builder/layout -->
<h2>
Design is a funny word
</h2>
[fl_builder_insert_layout id="198"]
ERKUNDEN
<p><strong>lesenswert</strong></p>
<p>Im Wort Schatz werden erlesene Second Hand Bücher in gutem Zustand verkauft. Neben antiquarischen Schönheiten und Exklusivitäten bieten wir auch eine breite Auswahl an aktueller Literatur. Krimis, Thriller und andere Bestseller sind gut vertreten.</p>
<h2>
EINSICHTEN
</h2>
<h3>
I’ve done a search with phpMyAdmin and found this instance buried in the database under wp_postmeta and wp_posts. In wp_postmeta the value is stored under meta_value and shows up like this…
{s:7:"heading";s:22:"Design is a funny word";s:4:"link";s:0:"";s:11:"link_target";
Can anyone help shine some light on this?
Many Thanks!
P.S. Apologies for the formatting… I haven’t used this forum before and am unsure how my code snippets will appear.