0
爲什麼,當我想用爲什麼我要使用所需的參數?
add_filter('author_link', 'foo', 10, 3);
function foo ($link, $author_id, $author_nicename) {}
爲什麼我用3點所需的參數?
爲什麼我不能做到這一點:
add_filter('author_link', 'foo');
function foo ($author_id) {}
這將是很好得到一些文章(S)這件事。提前致謝。在WP-dev的
PS初學者。^