// INTERNAL HELPERS: @access private /** * Link format. */ private function _getLinkFormat() { return '%3$s'; } /** * Get current options */ private function _getCurrentOption($option = '') { // Base params: $options = (array) $this->current_options; $option = (string) wp_kses($option, array()); return isset($options["{$option}"]) ? $options["{$option}"] : ''; }