diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..adf114a --- /dev/null +++ b/functions.php @@ -0,0 +1,18 @@ + 2, + 'settings' => array( + 'color' => array( + 'palette' => array(), + 'gradient' => array(), + ) + ), + ); + return $theme_json->update_with( $new_data ); +} +add_filter( 'wp_theme_json_data_default', 'custom_wp_theme_json_default' );