insert_with_markers_inline_instructions

Advertisement

Summery Summery

Filters the inline instructions inserted before the dynamically generated content.

Syntax Syntax

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

Parameters Parameters

$instructions

Array of lines with inline instructions.

$marker

The marker being inserted.

Source Source

File: wp-admin/includes/misc.php

Advertisement

Changelog Changelog

Changelog
Version Description
5.3.0 Introduced.

Advertisement

Leave a Reply