You are here

function flexslider_install in Flex Slider 7.2

Same name and namespace in other branches
  1. 7 flexslider.install \flexslider_install()

Implements hook_install().

Adds a 'default' option set for fresh installs.

File

./flexslider.install, line 64
Installation actions for FlexSlider

Code

function flexslider_install() {

  // Do nothing for now
}