WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about insert_with_markers_inline_instructions

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/misc.php apply_filters 163 /**
* Filters the inline instructions inserted before the dynamically generated content.
*
* @since 5.3.0
*
* @param string[] $instructions Array of lines with inline instructions.
* @param string $marker The marker being inserted.
*/

Hook Parameters

Parameter Type Name Description
string[] $instructions Array of lines with inline instructions.
string $marker The marker being inserted.