PluginProbe
Extendify / 3.2.1
Extendify v3.2.1
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | app/AutoLaunch/Admin.php +2 -0 3.1.43.2.1 View file →
@@ -76,8 +76,10 @@
76 76 'editorStyles' => \get_block_editor_settings([], new \WP_Block_Editor_Context()),
77 77 'wpRoot' => \rest_url(),
78 78 'activeTests' => \get_option(Insights::ACTIVE_TESTS_OPTION, []),
79 79 'showLaunchTitle' => (bool) PartnerData::setting('showLaunchTitle'),
80 + 'customDesign' => PartnerData::setting('customDesign'),
81 + 'partnerStrings' => PartnerData::setting('strings'),
80 82 'resetSiteInformation' => [
81 83 'pagesIds' => array_map('esc_attr', $this->getLaunchCreatedPages()),
82 84 'navigationsIds' => array_map('esc_attr', $this->getLaunchCreatedNavigations()),
83 85 'templatePartsIds' => array_map('esc_attr', $this->getTemplatePartIds()),