function the_url( $url ) {
return "https://ilknet.com.tr/";
}
add_filter( 'login_headerurl', 'the_url' );
WordPress Admin Panelindeki Logonun Linkini Değiştirmek
folder_openWordPress
function the_url( $url ) {
return "https://ilknet.com.tr/";
}
add_filter( 'login_headerurl', 'the_url' );