xwp / unsplash-wp

GNU General Public License v2.0
9 stars 3 forks source link

Change the name of the application sent to Unsplash during the OAuth process #139

Closed bmattb closed 4 years ago

bmattb commented 4 years ago

Feature description

As Unsplash we want to change the name of the WP application making the oAuth2 request for improved analytics

Currently: NAME: WordPress OAuth and description EG: Client application for XWP - www.xwp.co

Request is to change to:

body'    => [
                    'name'        => 'get_bloginfo( 'name' )',
                    'description' => 'Wordpress Oauth Client application for: ' . get_bloginfo( 'name' ) . ' - ' . get_home_url( null, '/' ),
            ],

Do not alter or remove anything below. The following sections will be managed by moderators only.

Acceptance criteria

Implementation brief

QA testing instructions

Demo

Changelog entry