Table of Contents
Description #
This filter returns all editor shortcodes.
apply_filters('fluentform_all_editor_shortcodes', $shortcodes);
Usage #
The following would apply to all forms:
add_filter('fluentform_rendering_form', function($shortcodes){
return $shortcodes;
}, 10, 1);
Parameters #
- $shortcodes (array) Shortocdes
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in app/Global/Common.php