从csv插入数据时在wordpress中创建slug
我创建了一个插件来将 csv 上传到 wordpress。我想知道的是如何在将标题插入 wp_posts 时创建标题。
当前我正在使用普通的 mysql 查询来插入数据。
有什么帮助吗?
谢谢
I have created a plugin to upload the csv to wordpress. what i want to know is how to create the slug of the title while inserting it into wp_posts.
Current i am using normal mysql query to insert the data.
Any help?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
wp_posts
中的post_name
列包含 slug。要生成 slug 本身,请使用sanitize_title
The
post_name
column inwp_posts
contains the slug. For generating the slug itself usesanitize_title