Skip to content

Commit

Permalink
Change Instagram token generator link
Browse files Browse the repository at this point in the history
  • Loading branch information
reefki committed Jun 6, 2020
1 parent ce68abd commit 93174db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/class-stein-kit-instagram.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,14 @@ public function field_access_token_template() {
'<p class="help">%1$s <a href="%3$s" target="_blank">%2$s</a></p>',
esc_html__( 'The access token for connecting with your Instagram account.', 'stein-kit' ),
esc_html__( 'Generate your access token here.', 'stein-kit' ),
esc_url( 'https://instagram.pixelunion.net' )
esc_url( 'https://instagram.flairthemes.com' )
);

printf(
'<p class="help"><strong>%1$s:</strong> %2$s</p>',
esc_html__( 'Please note', 'stein-kit' ),
esc_html__( 'If you are using access token, you may only display the Instagram feed of your own Instagram profile.', 'stein-kit' ),
esc_url( 'https://instagram.pixelunion.net' )
esc_url( 'https://instagram.flairthemes.com' )
);
}

Expand Down

0 comments on commit 93174db

Please sign in to comment.