You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: settings/Core.setting.php
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -734,4 +734,20 @@
734
734
'description' => 'When enabled, "empowered by CiviCRM" is displayed at the bottom of public forms.',
735
735
'help_text' => NULL,
736
736
),
737
+
'wpLoadPhp' => array(
738
+
'group_name' => 'CiviCRM Preferences',
739
+
'group' => 'core',
740
+
'name' => 'wpLoadPhp',
741
+
'type' => 'String',
742
+
'html_type' => 'text',
743
+
'quick_form_type' => 'Element',
744
+
'prefetch' => 1, // prefetch causes it to be cached in config settings. Usually this is a transitional setting. Some things like urls are permanent. Remove this comment if you have assessed & it should be permanent
745
+
'default' => '',
746
+
'add' => '4.6',
747
+
'title' => 'WordPress Path to wp-load.php',
748
+
'is_domain' => 1,
749
+
'is_contact' => 0,
750
+
'description' => 'CiviCRM will use this setting as path to bootstrap WP.',
0 commit comments