We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bae64 commit a5d04e1Copy full SHA for a5d04e1
1 file changed
readme.md
@@ -97,10 +97,6 @@ You can use the attribute xclass inside the shortcode to set own extra css class
97
[libre-form id="1" xclass="extra"]
98
```
99
100
-```php
101
-wp_enqueue_script('wplf-form-js');
102
-wp_localize_script( 'wplf-form-js', 'ajax_object', array( 'ajax_url' => admin_url( 'admin-ajax.php' ) ) );
103
-```
104
105
### Filter: wplf_validate_submission
106
0 commit comments