WP Widget 实例和选项

发布于 2024-11-10 11:34:13 字数 345 浏览 0 评论 0原文

当我激活插件时,我会向选项数据库添加一些值,例如

add_option('code','55');

如何更新该值或在小部件中使用它?我现在只看到“实例”,就像本页上的示例一样:

http://wpcoderz.com/creating-a-multi-instance-widget-with-wordpress-2-8/

我已经浏览了所有小部件 API,但没有继续。

When I activate my plugin I add some values to the options database, e.g.

add_option('code','55');

How do I update that value or use it in the widget? I only see "instances" now, like the example on this page:

http://wpcoderz.com/creating-a-multi-instance-widget-with-wordpress-2-8/

I've gone through all of the widget API, but no go.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

谢绝鈎搭 2024-11-17 11:34:13

Ryan,小部件的代码并不特殊,因此要获取使用 add_option() 设置的选项值,只需像往常一样使用 get_option() - 和 update_option() 来更新它。

不确定“实例”是什么意思 - 链接似乎已损坏。

Ryan, the code for a widget isn't special, so to obtain the value of options set with add_option(), just use get_option() as usual - and update_option() to update it.

Not sure what you meant by 'instances' - the link seems broken.

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