Posted on

Fill in the blank. Defer loading of non-critical CSS by adding ______ as an argument in your require_css function call.

  • { defer: true }
  • { position: footer }
  • { type: defer }
  • { async: true }