2017 © Pedro Peláez
 

wordpress-muplugin wp-imgix-helper

WordPress helpers and settings for imgix plugin

image

isotopsweden/wp-imgix-helper

WordPress helpers and settings for imgix plugin

  • Friday, June 8, 2018
  • by fredrikforsmo
  • Repository
  • 2 Watchers
  • 2 Stars
  • 573 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 68 % Grown

The README.md

Imigx helper

Our Imgix helper built for https://github.com/imgix-wordpress/images-via-imgix. Should be used as a mu-plugin., (*1)

Installation

composer require isotopsweden/wp-imgix-helper

Usage

// To disable imgix:
define( 'IMGIX_DISABLED', true );

// To override settings:
define( 'IMGIX_HELPER_OVERRIDE', true );

// To change cdn link when override is defined:
define( 'IMGIX_HELPER_CDN_LINK', 'https://...' );

// Turn off disable thumbnail. Default is true.
define( 'IMGIX_HELPER_DISABLE_THUMBNAIL', false );

License

MIT © Isotop, (*2)

The Versions

08/06 2018

dev-master

9999999-dev https://github.com/isotopsweden/wp-syncs

WordPress helpers and settings for imgix plugin

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress imgix