0
我想通過the_permalink過濾器,但使相對的URL它不是working.And我很困惑藿來解決這個問題,WordPress的永久鏈接過濾
function root_relative_permalinks($input_urls) {
return $input_urls.'?urlsnowworking=23';
}
add_filter('the_permalink','root_relative_permalinks', 10000,1);
我用上面的代碼來測試,但沒有運氣。