insert_with_markers_inline_instructions

过滤钩子
apply_filters( 'insert_with_markers_inline_instructions', $instructions, $marker )
参数
  • (string[]) $instructions Array of lines with inline instructions.
    Required:
  • (string) $marker The marker being inserted.
    Required:
定义位置
相关勾子
theme_install_actions
相关方法
insert_with_markersget_header_video_settingswp_default_packages_inline_scriptswp_maybe_inline_styles_insert_into_post_buttonget_others_unpublished_posts
引入
5.3.0
弃用
-

insert_with_markers_inline_instructions是WordPress中的一个辅助函数,用于将数据插入文件中的特定位置,同时保留文件中已有的任何数据: 这个函数经常在更新或修改配置文件时使用。

过滤在动态生成内容之前插入的内联指令。

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

常见问题

FAQs
查看更多 >