Home » » Ubah Link Author

Ubah Link Author

 function custom_author_link($link, $author_id, $author_nicename) {
    return home_url('/about-us/');
}
add_filter('author_link', 'custom_author_link', 10, 3);

0 komentar:

Post a Comment