Skip to content

Commit ecf13a7

Browse files
committed
docs(wordpress-plugin): fix Beaver Builder link and stray backtick
- beaver-builder: link pointed at elementor.com; point to the Beaver Builder plugin page. - hooks: remove stray trailing backtick inside the add_filter PHP code block.
1 parent 4586c27 commit ecf13a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/en/wordpress-plugin/beaver-builder.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Beaver Builder'
33
description: 'Beaver Builder support.'
44
---
55

6-
The Procaptcha plugin extends the following [Beaver Builder](https://elementor.com/) form elements:
6+
The Procaptcha plugin extends the following [Beaver Builder](https://wordpress.org/plugins/beaver-builder-lite-version/) form elements:
77

88
## 1. Contact form
99

src/content/docs/en/wordpress-plugin/hooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To control this behavior, besides the plugin settings, you can use the `is_captc
1313
For example, to make Procaptcha required for everyone, add the following code to your theme's functions.php file:
1414

1515
```php
16-
add_filter('prosopo/procaptcha/is_captcha_present', '__return_true');`
16+
add_filter('prosopo/procaptcha/is_captcha_present', '__return_true');
1717
```
1818

1919
## 2. Custom Error Message

0 commit comments

Comments
 (0)