apply_filters( 'insert_with_markers_inline_instructions', string[] $instructions, string $marker )

Filters the inline instructions inserted before the dynamically generated content.


Parameters

$instructions string[]
Array of lines with inline instructions.
$marker string
The marker being inserted.

Top ↑

Source

File: wp-admin/includes/misc.php. View all references

$instructions = apply_filters( 'insert_with_markers_inline_instructions', $instructions, $marker );


Top ↑

Changelog

Changelog
Version Description
5.3.0 Introduced.

Top ↑

User Contributed Notes

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