TERM字段后输出TASTIONY_EDIT_FORM_FIELS

时间:2018-05-22 作者:Kevin Robinson

我使用以下代码在自定义分类页面上创建自定义元框。

$term_filter_name_edit = $type . \'_edit_form_fields\';
add_action($term_filter_name_edit, \'box_term\', 1000, 1 );
function box_term() {
  echo \'Test output\';
}
然而,这种输出Test output before 默认术语字段。我想让它输出after 默认术语字段。

我怎样才能做到这一点?

--

奇怪的是,使用_add_form_fields 在添加页面上的字段后输出,但使用_edit_form_fields 似乎以前输出过。

1 个回复
SO网友:Kevin Robinson

明白了!

此操作似乎是在表元素中激发的。

删除_fields part似乎做到了这一点,因为这是指在页面后面的表之后触发的操作。

$term_filter_name_edit = $type . \'_edit_form\';
add_action($term_filter_name_edit, \'box_term\', 1000, 1 );
function box_term() {
  echo \'Test output\';
}
参考号:https://github.com/WordPress/WordPress/blob/master/wp-admin/edit-tag-form.php

结束

相关推荐

CPT/Taxonomy/Postname永久链接结构使分页中断

我已经定义了这个permalink结构自定义帖子类型/分类法/帖子名称这一切都像一种魅力,除了分页。当我移到第2页时,它会加载一篇文章,而不是第二页。所以url是:custom post type/taxonomy/page/2但它会更改url并转到:custom post type/other taxonomy/one post/2有谁知道permalink结构和分页吗?希望你能帮助我。更新我定义了这些:组合项目基础:组合投资组合类别基础:投资组合我已经安装了自定义帖子类型Permalinks,并设置了