开发者 | bmarshall511 |
---|---|
更新时间 | 2021年11月2日 21:35 |
捐献地址: | 去捐款 |
PHP版本: | 7.3 及以上 |
WordPress版本: | 5.8.1 |
版权: | GNU GPLv3 |
版权网址: | 版权信息 |
/wp-content/plugins/
directory.pardotmarketing_admin
) - Inherits WP admin & all Pardot Marketing capabilitiespardotmarketing_read_prospects
- Allows access to the Pardot Prospects admin screenPardot Marketing uses the jQuery Validation plugin to handle & add custom valdations. You can add your own by using the pardotmarketing_form_handler_scripts_filter
to add your own JS that can extend the form rules or inject your own JS rules via the pardotmarketing_form_handler_validation_options_filter_[form_id]
filter.
pardotmarketing_before_form_handler
- Fires before output of a Form Handler Elementor widget.pardotmarketing_pre_form
- Fires right before the opening form
element in the Form Handler Elementor widgets.pardotmarketing_form
- Fires right after the opening form
element in the Form Handler Elementor widgets.pardotmarketing_pre_error_msg
- Fires before output of the error message notification.pardotmarketing_error_msg
- Fires right after the opening tag of the error message notification.pardotmarketing_error_post_msg
- Fires at the end of the error message notification, before the closing tag.pardotmarketing_form_handler_styles_filter
- Modifies what registered styles are used when a Form Handler Elementor widget is on the page.pardotmarketing_form_handler_scripts_filter
- Modifies what registered scripts are used when a Form Handler Elementor widget is on the page.pardotmarketing_form_handler_scripts_filter
- Modifies what registered scripts are used when a Form Handler Elementor widget is on the page.pardotmarketing_form_handler_validation_options_filter_[form_id]
- Modifies/adds to the default jQuery Validation form options. [form_id] should be the value from the form Form ID
field.pardot_marketing_country_options_WIDGET_ID
filter, see #1