简体   繁体   English

如何修复“调用未定义的 function _get_custom_object_labels()”

[英]How to fix 'Call to undefined function _get_custom_object_labels()'

Please help me, not sure how to fix it 'Call to undefined function _get_custom_object_labels()'请帮助我,不知道如何解决它'调用未定义的 function _get_custom_object_labels()'

Code below:下面的代码:

);
$nohier_vs_hier_defaults['menu_name'] = $nohier_vs_hier_defaults['name'];

$labels = _get_custom_object_labels( $tax, $nohier_vs_hier_defaults );

$taxonomy = $tax->name;

$default_labels = clone $labels;

/**

You maybe have updated your WordPress or some plugin has done it.你可能已经更新了你的 WordPress 或者一些插件已经完成了。 try to downgrade your WordPress to the previous version.尝试将您的 WordPress 降级到以前的版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何修复“致命错误:未捕获错误:调用未定义函数 get_header()” - How to fix "Fatal error: Uncaught Error: Call to undefined function get_header()" 如何修复“调用未定义的函数 App\\money_format()”Laravel - How to fix "Call to undefined function App\money_format()"Laravel 如何修复 PHP 致命错误:调用未定义的函数 is_ssl() - How to fix PHP Fatal error: Call to undefined function is_ssl() 如何在使用加密 URL 后修复对未定义 function 的调用 - How to FIx Call to undefined function After Use Encrypt URL 如何修复错误调用未定义的函数link_to_route()laravel 5? - How to fix error Call to undefined function link_to_route() laravel 5? 如何修复对未定义函数的调用mysqli_connect() - How to fix call to undefined function mysqli_connect() PHP 致命错误:调用未定义的函数我该如何解决? - PHP Fatal error: Call to undefined function how do I fix it? 如何修复“调用未定义函数”-PHP,mgp25 - How to fix 'Call for undefined function' - PHP, mgp25 如何修复 php 致命错误:未捕获错误:调用未定义的 function nm_blog_get_ajax_content()? - How to fix this fatal error of php Fatal error: Uncaught Error: Call to undefined function nm_blog_get_ajax_content()? Wordpress 自定义简码:调用未定义的 function get_results() - Wordpress Custom Shortcode: Call to undefined function get_results()
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM