• Resolved lukefive

    (@lukefive)


    We use this cool plugin for sitewide withheld resources on one particular client. It helps their pages load faster. But we have new management that wants me to take the plugin settings and convert them to code in functions.php

    Is there a tip sheet on how to quickly do this?

Viewing 1 replies (of 1 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @lukefive there’s no such tip sheet. There’s no way to just export the plugin’s settings to a code snippet and just paste it into functions.php (or reorganize it the way you want). Depending on what you want, there are ways to unload CSS/JS by using wp_dequeue_style and wp_dequeue_script (you can find lots of tutorials about these functions if you Google them).

Viewing 1 replies (of 1 total)

The topic ‘Manager want transition to functions.php’ is closed to new replies.