array(), ); /* * Display for options and meta */ public function display() { $this->echoOptionHeader( true ); echo '
'; foreach ( $this->settings['options'] as $value => $label ) { printf('
', $this->getID() . $value, $this->getID() . $value, $this->getID(), esc_attr( $value ), checked( $this->getValue(), $value, false ), $label ); } echo '
'; $this->echoOptionFooter( false ); } }