wpseek.com
A WordPress-centric search engine for devs and theme authors



insert_with_markers_inline_instructions › WordPress Filter Hooks

Since5.3.0
Deprecatedn/a
apply_filters( 'insert_with_markers_inline_instructions', $instructions, $marker )
Parameters: (2)
  • (string[]) $instructions Array of lines with inline instructions.
    Required: Yes
  • (string) $marker The marker being inserted.
    Required: Yes
Defined at:
Codex:

Filters the inline instructions inserted before the dynamically generated content.





Related Hooks: theme_install_actions

Source

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