标签: php html wordpress
我正在尝试删除 wordpress中的自定义帖子,该帖子将使用wordpress默认功能。但我想从另一个表中删除该帖子ID,我已手动创建该表以从wordpress的不同表中导入数据。我检查了显示的删除按钮的检查元素:
x
但我尝试编辑 edit-tags.php ,但它无效。有什么建议吗?
答案 0 :(得分:0)
我认为钩子上的动作可以做你想要的。 https://codex.wordpress.org/Plugin_API/Action_Reference/before_delete_post https://codex.wordpress.org/Plugin_API/Action_Reference/delete_post
您可以在完整列表中搜索另一个: https://codex.wordpress.org/Plugin_API/Action_Reference