php 隐藏用户配置文件中的元数据部分#ACF #hide #user

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 隐藏用户配置文件中的元数据部分#ACF #hide #user相关的知识,希望对你有一定的参考价值。

//Hide the Meta data section that the plugin "ACF for Woocommerce" reveals in user profiles
global $ACF_Woo_Display;
		remove_filter( 'show_user_profile', array($ACF_Woo_Display, 'acf_woocommerce_add_fields_to_user') );
		
//If that solution fails comment out LN42 from acf-for-woo/includes/services/class-acf-woocommerce-render 
//add_filter('show_user_profile', array(&$this, 'acf_woocommerce_add_fields_to_user'), 11);

//If that also fails comment out LN 412-482 from acf-for-woo/includes/services/class-acf-woocommerce-render 

以上是关于php 隐藏用户配置文件中的元数据部分#ACF #hide #user的主要内容,如果未能解决你的问题,请参考以下文章

一个复杂的查询,结合了WP课件功能,ACF转发器字段和寻找特定模板文件的元查询

隐藏或排除前端表单中的 ACF 字段并存储默认值

如何获取 ACF 字段的元值(wordpress)?

php 从WP管理员隐藏某些页面(基于ACF /自定义字段)

php 将Gravity表单文件上传字段映射到ACF用户头像图像字段(Wordpress)

表中的 ACF 中继器字段 - 在 PHP 模板中