Home › Forums › General Issues › ACF as must-use plugin? › Reply To: ACF as must-use plugin?
I have recently moved ACF into mu-plugins on a rather high-traffic site. I’ll let you know about the problems as they arise. I simply put the advanced-custom-fields-pro
directory into the wp-content/mu-plugins
directory and added this modest file to that directory as well:
$ cat advanced-custom-fields-pro.php
<?php
require_once(__DIR__ . '/advanced-custom-fields-pro/acf.php');
The site in question does not need the update mechanism in place as we update the code on another machine, commit to git, and then deploy on the production webserver.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.