apply_filters( 'llms_merge_codes_for_button', array[] $codes , WP_Screen|null $screen , string $target )
Filters the list of available merge codes in the specified context.
Parameters Parameters
- $codes
-
(array[]) Associative array of merge codes where the array key is the merge code and the array value is a name / description of the merge code.
- $screen
-
(WP_Screen|null) The screen object from `get_current_screen().
- $target
-
(string) Target to add the merge code to. Accepts the ID of a tinymce editor or a DOM ID (#element-id).