Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Social: Add UTM settings and toggles #39998

Merged
merged 15 commits into from
Nov 12, 2024
Merged
Prev Previous commit
Next Next commit
Merge branch 'trunk' into add/social-utm-toggle
  • Loading branch information
gmjuhasz committed Nov 4, 2024
commit 39057501880bc726f8adf2588afc10f94b6e1837
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ public function get_settings( $with_available = false ) {
$this->migrate_old_option();

$settings = array(
'socialImageGeneratorSettings' => get_option( self::OPTION_PREFIX . self::IMAGE_GENERATOR_SETTINGS, self::DEFAULT_IMAGE_GENERATOR_SETTINGS ),
'isUtmEnabled' => get_option( self::OPTION_PREFIX . self::IS_UTM_ENABLED, false ),
'socialImageGeneratorSettings' => $this->get_image_generator_settings(),
);

// The feature cannot be enabled without Publicize.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.