By default WordPress prints http:// in front of URLS users add in their profile, which are called using the following code:

<?php the_author_meta('user_url'); ?>

Could somebody provide me the code to strip these URLS of "HTTP://" by default? (While still working as a link and not touching WP's backend... I assume this could be a function?)

没有正确的解决方案

许可以下: CC-BY-SA归因
scroll top