开发者 |
strangerstudios
dlparker1005 |
---|---|
更新时间 | 2024年9月10日 01:32 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv3 |
You can connect to a Stripe account in test mode by adding the following line of code to a code snippet before connecting to Stripe:
add_action( 'rwstripe_connect_in_test_mode', '__return_true' );
A 2% fee, in addition to the standard Stripe processing fee, is applied to all payments. This fee goes to Stranger Studios, the developers of Restrict With Stripe, to help support ongoing development. Learn More
Please visit the WordPress support forum for more documentation and our support forums.
If you find an issue/bug, let us know by creating a detailed GitHub issue.
rwstripe_checkout_session_params
to allow developers to modify the parameters sent to Stripe Checkout.rwstripe_format_price
to allow developers to modify how product prices are displayed.rwstripe_restricted_content_message
to allow developers to modify the "purchase product" box.the_content
filter priority to 15 to allow other plugins to run before the content is restricted. Adds compatibility with plugins like Elementor.