Hi,
Loving your plugin so far. since the new updates I seemed to have lost an old default feature which i’d love to have reconsidered.
in the old/new URL section
https://prnt.sc/xo8wpq
with the older versions it’ll use the browser default to autofill what’s been typed in previously. we work with many sites on our local server and push frequently to out development server which often have the same URL that needs to be changed. such as
this.localserver.com/sitename
to
that.developmentserver.com/sitename
We normally have a generic WordPress that’s always up to date and we always make copies from it when we start a new site build.
the URL is almost a constant for development purposes and the previous URL function isn’t really applicable to us. I guess what i’m asking is, is there a way to define constants, or a frequently used URL.
OnPoint Plugins
Hi Julie,
By default the plugin will automatically prefill the Old and New URL based on the plugins history within the past day. If the plugin has not been run of the site’s general settings have not been changed in the past day, the URL fields will be empty.
Setting a default value for these fields may be accomplished by adding the following filters to your active theme’s functions.php file, or really anywhere you would like to add them.
You’ll likely have to change the strings within the filters as I’m sure “that.developmentserver.com” is not the real domain.
Have a great night!