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).


Top ↑

Source Source

File: includes/admin/llms.functions.admin.php

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.