apply_filters( ‘insert_with_markers_inline_instructions’, string[] $instructions, string $marker )

In this article

Filters the inline instructions inserted before the dynamically generated content.

Parameters

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

Source

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

Changelog

VersionDescription
5.3.0Introduced.

User Contributed Notes

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