You are here

function addthis_handler_field_button::options_form in AddThis 6.3

File

./addthis_handler_field.inc, line 27
A handler to provide an AddThis button for a particular node.

Class

addthis_handler_field_button
@file A handler to provide an AddThis button for a particular node.

Code

function options_form(&$form, &$form_state) {
  parent::options_form($form, $form_state);

  // Alter options form defaults.
  unset($form['alter']);
  unset($form['empty']);
  unset($form['empty_zero']);
  unset($form['hide_empty']);
}