On this page
apply_filters( 'insert_with_markers_inline_instructions', string[] $instructions, string $marker )
Filters the inline instructions inserted before the dynamically generated content.
Parameters
$instructionsstring[]-
Array of lines with inline instructions.
$markerstring-
The marker being inserted.
Source
File: wp-admin/includes/misc.php. View all references
$instructions = apply_filters( 'insert_with_markers_inline_instructions', $instructions, $marker );
Related
Used By
| Used By | Description |
|---|---|
| insert_with_markers() wp-admin/includes/misc.php | Inserts an array of strings into a file (.htaccess), placing it between BEGIN and END markers. |
Changelog
| Version | Description |
|---|---|
| 5.3.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/insert_with_markers_inline_instructions