Description
Filters the inline instructions inserted before the dynamically generated content.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/misc.php | 164 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $instructions | Array of lines with inline instructions. |
string | $marker | The marker being inserted. |
PHP Doc
/**
* Filters the inline instructions inserted before the dynamically generated content.
*
* @since 5.3.0
*
* @param string[] $instructions Array of lines with inline instructions.
* @param string $marker The marker being inserted.
*/