如何覆盖 wp_includes 文件夹中的函数(blocks/search.php)
我正在创建一个 WordPress 主题,我想更改搜索小部件块的 HTML 结构,以便进行一定程度的控制。我能够将该块追踪到 WordPress 核心文件,该文件具有处理搜索表单的 HTML 结构的函数: https://github.com/WordPress/WordPress/blob/master/wp-includes/blocks/search.php#L15
我该如何从我的覆盖这个函数我的主题中的functions.php 以便我可以为搜索小部件块生成不同的HTML 结构?
提前致谢 :)
I'm creating a WordPress theme and I want to change the HTML structure of the search widget block so as have some level of control. I was able to trace the block to a core WordPress file which has a function that handles the HTML structure for the search form: https://github.com/WordPress/WordPress/blob/master/wp-includes/blocks/search.php#L15
How do I override this function from my functions.php in my theme so I can generate a different HTML structure for the search widget block?
Thanks in advance :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论