• Hi,

    With this plugin CSS and js file are creating using random characters. I need to write the following code how can I identify the name of CSS file and Js file on the go.

    <link rel=”preload” href=”CURRENT JS FILE NAME” as=”script”>
    <link rel=”preload” href=”CURRENT CSS FILE NAME” as=”style”>

    Thanks and regards,

  • The topic ‘Custimize link code to preload’ is closed to new replies.