Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 52a8084

Browse files
committed
fix: export website title,description and logo
1 parent 968ca33 commit 52a8084

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

plugins/cm4all-wp-impex/profiles/export-profile-base.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
[WpOptionsExporter::OPTION_SELECTOR => [
2828
'page_on_front', // wordpress homepage
2929
'show_on_front', // what should be shown ('page'| 'post' ...)
30-
'page_for_posts' // posts homepage
30+
'page_for_posts', // posts homepage
31+
32+
'blogname', // aka website title
33+
'blogdescription',
34+
'site_logo' // website logo
3135
]]
3236
);

0 commit comments

Comments
 (0)