insert_with_markers_inline_instructions WordPress Filter Hook

The insert_with_markers_inline_instructions Wordpress hook allows you to insert arbitrary content before or after specific markers in the content of a post or page. This can be useful for adding additional instructions or information to a post or page.

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 on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.3.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.