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?

Styles (.css)

$preloadedStatus) { ?>
Handle Actions

There are no preloaded stylesheets.


Scripts (.js)

$preloadedStatus) { ?>
Handle Actions

There are no preloaded scripts.

disabled="disabled" class="wpacu-remove-preloads-btn button button-primary" value="Remove preload for chosen CSS/JS" />    Note: As there are no preloaded CSS/JS, the update button is not enabled.

×

This is an overview of all the assets (Stylesheets & Scripts) that have were selected for preloading. Anything you see on this page is filled the moment you go to edit a page via the "CSS/JS Load Manager" (e.g. homepage or a post) and use the "Preload" option (drop-down) on any of the assets.

The preload for a CSS/JS can also be removed by editing a page that loads that particular file and just select "No (default)" option.

This is considered a bulk change because the preloading for the chosen file is applied site-wide (not just on the page where you activated the preloading).