我一直在使用 Shortcode Exec PHP 插件编写一个函数,当我在编辑器中运行它时,该函数运行良好。
当我将其移至插件时,我开始在日志中看到如下错误:
PHP Fatal error: Call to undefined function wp_create_category()
我意识到这是因为缺少包含等。
为插件包含内置 wordpress 功能的正确方法是什么?
我的插件使用以下 wordpress 功能
wp_create_category
username_exists
wp_generate_password
wp_create_user
wp_insert_post
update_post_meta
add_post_meta