getPreloads(); $hasCssPreloads = isset($assetsPreloaded['styles']) && ! empty($assetsPreloaded['styles']); $hasJsPreloads = isset($assetsPreloaded['scripts']) && ! empty($assetsPreloaded['scripts']); $isUpdateable = $hasCssPreloads || $hasJsPreloads; do_action('wpacu_admin_notices'); ?>
This is the list of all the CSS/JS that were preloaded. How the list below gets filled?