csss in footer
hi, i see that shorty put css in footer
is it possible to move it to header instead?
maybe this method?
function xxxxxxxxxxxx() {
wp_enqueue_style( 'xxxxxxxxxx' );
}
add_action( 'wp_enqueue_scripts', 'xxxxxxxxxxx' );
remove_action( 'wp_footer', 'xxxxxxxxxxxx' );
Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.