item_value ) { $hyperlink = json_decode( $this->item_value, true ); if ( isset( $hyperlink['label'] ) ) { $this->hyperlink_label = $hyperlink['label']; } if ( isset( $hyperlink['url'] ) ) { $this->hyperlink_url = $hyperlink['url']; } if ( isset( $hyperlink['target'] ) ) { $this->hyperlink_target = $hyperlink['target']; } } $this->item_icon_type = 'hyperlink'; } /** * Overwrite method * * @param string $action * @param string $update_keys_allowed */ public function show( $action, $update_keys_allowed ) { parent::show( $action, $update_keys_allowed ); ?>
hyperlink_label ); ?>