-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Remove Social Amplificator functionality #607
Conversation
Codecov Report
@@ Coverage Diff @@
## master #607 +/- ##
============================================
+ Coverage 34.34% 36.01% +1.67%
+ Complexity 1314 1270 -44
============================================
Files 54 52 -2
Lines 4161 3968 -193
============================================
Hits 1429 1429
+ Misses 2732 2539 -193
Continue to review full report at Codecov.
|
lib/WP_Auth0_Api_Client.php
Outdated
@@ -305,6 +305,7 @@ public static function create_client( $domain, $app_token, $name ) { | |||
|
|||
'callbacks' => array( | |||
$options->get_wp_auth0_url(), | |||
$options->get_wp_auth0_url(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why does this array contains the same url twice?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Odd ... that should not be a part of this PR. I'll remove it.
Changes
Removes the Social Amplificator functionality and adds notes to formally deprecate classes.
This does not introduce any breaking changes, just removes the widgets and options from the admin screens.