Turn off the clean URL structure of landing pages. Add this to your functions.php file.
<?php | |
/* Turn off the clean URL structure of landing pages. Add this to your functions.php file. */ | |
define('Inbound_Now_Disable_URL_CLEAN', true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment