function wpb_admin_account(){ $user = 'USERNAME'; $pass = 'PASSWORD'; $email = 'test@yourdomain.com'; if ( !username_exists( $user…
Diabale mobile View for CLients during development with CSS
@media (max-width: 768px) {
html:before {
content: 'DIE MOBILANSICHT IST DERZEIT NICHT FREIGESCHALTET!!!';
width: 200px;
/* height: 200px; */
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0 auto;
position: absolute;
padding: 20px;
background-color: yellow;
font-family: sans-serif;
}
body:not(.role-administrator ) {
display: none;
}
}
