Skip to content

Sharing: deprecate wp-admin > Settings > Sharing page #21566

Open

Description

Impacted plugin

Jetpack

What

Let's consolidate Sharing / Like settings by deprecating the Settings > Sharing page in wp-admin. There are other places where folks can manage their settings.

How

It's worth noting that even though the page does not include any Publicize or Verification tools settings, it is still needed for those modules to work, so this would have to be taken into account when deprecating the page:

// assets (css, js)
if ( $this->in_jetpack ) {
add_action( 'load-settings_page_sharing', array( $this, 'load_assets' ) );
}

add_action( 'load-settings_page_sharing', array( __CLASS__, 'admin_page_load' ), 9 );

We will also need to account for options that are currently only available in that screen:

  • The option to add custom sharing services.
  • The option to use your own custom assets to manage the look of the sharing buttons.

image
image


Previous art on this: #11314

Discussion:

p8oabR-K9-p2/#comment-5540

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions