从csv插入数据时在wordpress中创建slug

发布于 2024-11-05 09:46:57 字数 127 浏览 0 评论 0原文

我创建了一个插件来将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风透绣罗衣 2024-11-12 09:46:57

wp_posts 中的 post_name 列包含 slug。要生成 slug 本身,请使用 sanitize_title

The post_name column in wp_posts contains the slug. For generating the slug itself use sanitize_title

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文