How does brizy store Images in the databse?
Hi there I am building a plugin that allows renaming of images for SEO reasons. I need to find out the following information to make this plugin compatible with Brizy.
Storage Format: How the builder stores image URLs in the database:
Are they stored in post_content?
Are they stored in custom meta fields?
Are they stored in serialized data?
Image Reference Types: Does the builder use full URLs (e.g., https://example.com/wp-content/uploads/2023/image.jpg)
Does it use relative paths (e.g., /wp-content/uploads/2023/image.jpg)?
Does it use attachment IDs (e.g., wp-image-123)?
It might come as a surprise that some of these questions may be obvious from a developer's standpoint, but I am using AI to assist me as I am no professional, so the questions may be obvious, but I prefer not to mess with the databases at all.
-
Hi Ryan,
Thank you for contacting us.
Brizy stores content differently from the default WordPress editor, using custom meta fields and serialized data instead of standard post_content. Images are referenced using full URLs rather than relative paths or attachment IDs.
Since making changes to Brizy’s stored data requires handling serialized JSON, we recommend reaching out to a developer who can assist with ensuring compatibility and making the necessary adjustments safely.
Best regards,
Ariel H.0
Please sign in to leave a comment.
Comments
1 comment