We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22b263 commit bfb1cc9Copy full SHA for bfb1cc9
1 file changed
src/wp-admin/includes/class-wp-debug-data.php
@@ -868,6 +868,13 @@ public static function debug_data() {
868
return $info;
869
}
870
871
+ /**
872
+ * Gets the WordPress core section of the debug data.
873
+ *
874
+ * @since 6.7.0
875
876
+ * @return array
877
+ */
878
public static function get_wp_core(): array {
879
// Save few function calls.
880
$permalink_structure = get_option( 'permalink_structure' );
0 commit comments