├── README.md ├── assets ├── css │ ├── back-to-top.css │ └── index.php ├── index.php └── js │ ├── back-to-top.js │ ├── index.php │ └── lazyload-bg-images.js ├── includes ├── admin.php ├── index.php └── oxygen-universal-functions.php ├── index.php ├── modules ├── acf-oxy-template-location.php ├── add-editor-query-string.php ├── back-to-top.php ├── cookie-consent.php ├── disable-wordpress-default-lazy-load.php ├── empty.php ├── exclude-script-from-cf-rocket-loader.php ├── favicon-loader.php ├── google-analytics-lite.php ├── google-tag-manager.php ├── image-custom-srcset-sizes.php ├── image-height-width-and-lazyload.php ├── index.php ├── insert-script.php ├── lazy-load-bg-images.php ├── preload-jquery.php ├── pro-menu-js-icons-fix.php ├── rehusable-id-shortcode.php ├── remove-redundant-shortlink.php ├── selective-disable-css-js.php ├── website-general-settings.php └── wp-custom-thumbnails.php └── oxygen-functions.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WpSpeedDoctor/Oxygen-builder-functions/HEAD/README.md -------------------------------------------------------------------------------- /assets/css/back-to-top.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WpSpeedDoctor/Oxygen-builder-functions/HEAD/assets/css/back-to-top.css -------------------------------------------------------------------------------- /assets/css/index.php: -------------------------------------------------------------------------------- 1 |