If you have Lockdown WP Admin working on one site and then you push that site (inc. wp_options) to another site, does Lockdown WP Admin still not work?
Yes, it works on the development site though after the push it does not work on the live site. If I push with Lockdown WP Admin deactivated, then activate it on the live site and put in fresh settings it works. This is not a huge deal, though I like the idea of totally automating the push to live process and was wondering if there is some way to work around this without needing to deactivate and activate every time.
In WP_HOME and WP_SITEURL on the dev and live wp-config.php files, I am using an actual site URL and not dynamically setting it via the server. The server was not setting the URL on one site, though I may try it dynamically on another and let you know if this fixes anything.
Unfortunately it’s not possible to exclude specific rows from wp_options (SitePush just pushes whole tables), so you may just have to avoid pushing wp_options.
I may do this, because once the setup is done on the couple of live sites most of the updates are content.
Thanks for the response, Mark!