define ('WP_CONTENT_FOLDERNAME', 'pippo'); | |
define ('WP_CONTENT_DIR', ABSPATH . WP_CONTENT_FOLDERNAME); define ('WP_SITEURL', ‘http://miosito.it/'); | |
define ('WP_CONTENT_URL', WP_SITEURL . WP_CONTENT_FOLDERNAME); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment