Viewing 1 replies (of 1 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    with a code snippet, e.g.;

    
    add_filter('autoptimize_filter_css_replacetag','oneoff_css_replacetag',10,1);
    function oneoff_css_replacetag($replacetag) {
        return array('</head>','before');
    }

    hope this helps,
    frank

Viewing 1 replies (of 1 total)

The topic ‘Change position of inline CSS’ is closed to new replies.