wpsl_enable_styled_dropdowns

  1. Description
  2. Usage
  3. Changelog
  4. Source File

Description

This filter allows you to define whether or not the styled dropdowns are used.

If this is set to false, then a default select element is used to create the dropdowns.

The default is set to true.

Usage

This example will disable the styled dropdowns and show the default select element:

Changelog

Since 2.2

Source File

This filter is located in /frontend/class-frontend.php.

Placement

The code needs to be placed in the functions.php file inside your active theme folder.