function append_query_string($url) { return add_query_arg($_GET, $url); } add_filter('the_permalink', 'append_query_string');

Tag: chatgpt