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.
我可以从 Redux 框架的幻灯片字段中禁用上传选项。我在这里阅读了文档https://docs.reduxframework.com/core/fields/slides/,但我没有找到任何解决方案,所以我需要一种适当的方法来禁用它。
使用这个 CSS。记住 css 应该是嵌套的
{ ?> <style type="text/css"> #my_portfolio-why_me .upload_button_div { display: none; } </style> <?php } add_action('admin_head', 'add_styles');