Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 dokan 插件有疑问。我想从 dokan 配置文件中删除“成为供应商”按钮(wedevs 上的现有解决方案不起作用)有人可以帮助我吗?
您可以通过将此代码添加到主题 functions.php 文件中来删除成为供应商按钮 - remove_action( 'woocommerce_after_my_account', array( Dokan_Pro::init(), 'dokan_account_migration_button' ) );
remove_action( 'woocommerce_after_my_account', array( Dokan_Pro::init(), 'dokan_account_migration_button' ) );
您可以隐藏按钮也显示:无!通过自定义 css 重要,现在可以单击按钮
第二种方法是转到模板文件并从那里删除该短代码