Hello,
I’ve got the same problem.
https://…/wp-admin/?custom-login-dashboard=1&type=js
returns html code before the javascript :
<!DOCTYPE html>
<!--[if IE 8]>
<html xmlns="https://www.w3.org/1999/xhtml" class="ie8 wp-toolbar" lang="fr-FR">
<![endif]-->
<!--[if !(IE 8) ]><!-->
<html xmlns="https://www.w3.org/1999/xhtml" class="wp-toolbar" lang="fr-FR">
<!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Tableau de bord ‹ x — WordPress</title>
<script type="text/javascript">
addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
var ajaxurl = '/wp-admin/admin-ajax.php',
pagenow = 'dashboard',
typenow = '',
adminpage = 'index-php',
thousandsSeparator = ' ',
decimalPoint = ', ',
isRtl = 0;
</script>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
jQuery(document).ready(function($) {
var CL_Timeout = 200;
if ( !$('#dashboard_primary .rss-widget').eq(1).length ) {
CL_Timeout = 2500;
}
setTimeout( function() {
$('#dashboard_primary .rss-widget:eq(1) ul').append('<a class="rsswidget" href="https://frosty.media/2015/custom-login-v3-2-released/?utm_medium=wpadmin_dashboard&utm_term=newsitem&utm_campaign=custom-login">FrostyMedia: Custom Login v3.2 Released</a>');
}, CL_Timeout );
});
Do you know why this problem appear ?
Thank you.