Merge pull request #80 from mattpass/master

Tweak to WordPress plugin wording
This commit is contained in:
Matt Pass 2018-07-27 22:07:26 +01:00 committed by GitHub
commit 3c0794322d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ add_action('admin_menu', function() {
function btcp_pay_wordpress() {
?>
<h1>BTCP Pay WordPress Settings</h1>
<p>Please paste the <strong>btcpWidget.data</strong> section from your widget code from your account on the <a href="https://btcppay.com" target="_blank">btcppay.com</a> site into the box below (as per the example below) and we'll take take of it working within WordPress.</p>
<p>Please paste the widget code from your account on the <a href="https://btcppay.com" target="_blank">btcppay.com</a> site into the box below (as per the example below) and we'll take take of it working within WordPress.</p>
<p>(Leave the "amount" line with a fixed value and we'll use that fixed value, else you can pass the value in dynamically as detailed below. Also please consider unescaping further, eg \n becomes \\n).</p>
<p><b>Usage within areas you control from Admin, eg post pages, can use WordPress's 'Shortcodes':</b><br>
- Fixed value use: <b>[btcp_pay_widget]</b><br>