Table of Contents
Description #
This filter returns the editor shortocdes.
apply_filters('fluentform_editor_shortcodes',$shortCodes);
Usage #
add_filter('fluentform_editor_shortcodes', function($shortCodes){
return $shortCodes;
}, 10, 1);
Parameters #
- $shortCodes (array) Shortcodes
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