wpseek.com
WordPress开发者和主题制作者的搜索引擎



insert_with_markers_inline_instructions › WordPress过滤钩子

Since5.3.0
已弃用n/a
apply_filters( 'insert_with_markers_inline_instructions', $instructions, $marker )
参数: (2)
  • (string[]) $instructions Array of lines with inline instructions.
    Required: Yes
  • (string) $marker The marker being inserted.
    Required: Yes
定义在:
文档:

Filters the inline instructions inserted before the dynamically generated content.





Related Hooks: theme_install_actions

源码

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